[install] Use correct location for notification driver.

Location of notification driver in [DEFAULT] section is obsolete,
it belongs to [oslo_messaging_notifications].

Change-Id: I5afec86c32ee1bb76fb5cf1ccbfa980b0ec480da
This commit is contained in:
Jiří Suchomel 2016-03-23 09:22:24 +01:00
parent 3214af2522
commit 92d3a94f54
2 changed files with 10 additions and 6 deletions

View File

@ -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
---------------------

View File

@ -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