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>