13.3.2. 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>