22.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。
另外,如果将 SASL 与 Qpid 搭配使用,则可通过添加来指定正在使用的 SASL 机制:
qpid_sasl_mechanisms = <space separated list of SASL mechanisms to use for auth>