17.3. RabbitMQ 用 OpenStack サービスの設定
本項では、OpenStack サービス用の標準的な RabbitMQ 設定について説明します。
[DEFAULT] rpc_backend = nova.openstack.common.rpc.impl_kombu rabbit_use_ssl = True rabbit_host = RABBIT_HOST rabbit_port = 5671 rabbit_user = compute01 rabbit_password = RABBIT_PASS kombu_ssl_keyfile = /etc/ssl/node-key.pem kombu_ssl_certfile = /etc/ssl/node-cert.pem kombu_ssl_ca_certs = /etc/ssl/cacert.pem
注記
RABBIT_PASS
を適切なパスワードに置き換えます。