ceilometer-glance.rst: move rabbitmq variables to oslo_messaging_rabbitmq
Closes-Bug: 1515802 Change-Id: Ia49d736fb4c5718aaf2667aa14e1b89ef360d6f5
This commit is contained in:
parent
366d989652
commit
28c146c540
@ -11,8 +11,8 @@ Edit the ``/etc/glance/glance-api.conf`` and
|
|||||||
``/etc/glance/glance-registry.conf`` files and
|
``/etc/glance/glance-registry.conf`` files and
|
||||||
complete the following actions:
|
complete the following actions:
|
||||||
|
|
||||||
#. In the ``[DEFAULT]`` section, configure notifications
|
#. In the ``[DEFAULT]`` and ``[oslo_messaging_rabbit]`` sections,
|
||||||
and RabbitMQ message broker access:
|
configure notifications and RabbitMQ message broker access:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
@ -20,6 +20,9 @@ complete the following actions:
|
|||||||
...
|
...
|
||||||
notification_driver = messagingv2
|
notification_driver = messagingv2
|
||||||
rpc_backend = rabbit
|
rpc_backend = rabbit
|
||||||
|
|
||||||
|
[oslo_messaging_rabbit]
|
||||||
|
...
|
||||||
rabbit_host = controller
|
rabbit_host = controller
|
||||||
rabbit_userid = openstack
|
rabbit_userid = openstack
|
||||||
rabbit_password = RABBIT_PASS
|
rabbit_password = RABBIT_PASS
|
||||||
|
Loading…
Reference in New Issue
Block a user