Merge "[install] Use correct location for notification driver."

This commit is contained in:
Jenkins 2016-03-24 02:22:54 +00:00 committed by Gerrit Code Review
commit c9d6b68748
2 changed files with 10 additions and 6 deletions

@ -14,13 +14,13 @@ Configure Cinder to use Telemetry
Edit the ``/etc/cinder/cinder.conf`` file and complete the
following actions:
* In the ``[DEFAULT]`` section, configure notifications:
* In the ``[oslo_messaging_notifications]`` section, configure notifications:
.. code-block:: ini
[DEFAULT]
[oslo_messaging_notifications]
...
notification_driver = messagingv2
driver = messagingv2
Finalize installation
---------------------

@ -11,16 +11,20 @@ Configure the Image service to use Telemetry
``/etc/glance/glance-registry.conf`` files and
complete the following actions:
* In the ``[DEFAULT]`` and ``[oslo_messaging_rabbit]`` sections,
configure notifications and RabbitMQ message broker access:
* In the ``[DEFAULT]``, ``[oslo_messaging_notifications]``, and
``[oslo_messaging_rabbit]`` sections, configure notifications and RabbitMQ
message broker access:
.. code-block:: ini
[DEFAULT]
...
notification_driver = messagingv2
rpc_backend = rabbit
[oslo_messaging_notifications]
...
driver = messagingv2
[oslo_messaging_rabbit]
...
rabbit_host = controller