17.4. 用于qpid 的 OpenStack 服务配置
本节介绍 OpenStack 服务的典型 Qpid 配置:
[DEFAULT]
rpc_backend = nova.openstack.common.rpc.impl_qpid
qpid_protocol = ssl
qpid_hostname = <IP or hostname of management network interface of messaging server>
qpid_port = 5671
qpid_username = compute01
qpid_password = QPID_PASS
注意
使用合适的密码替换 QPID_PASS。
另外,如果在qpid 中使用 SASL 指定使用 SASL 机制,方法是添加:
qpid_sasl_mechanisms = <space separated list of SASL mechanisms to use for auth>