[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:
parent
3214af2522
commit
92d3a94f54
doc/install-guide/source
@ -14,13 +14,13 @@ Configure Cinder to use Telemetry
|
|||||||
Edit the ``/etc/cinder/cinder.conf`` file and complete the
|
Edit the ``/etc/cinder/cinder.conf`` file and complete the
|
||||||
following actions:
|
following actions:
|
||||||
|
|
||||||
* In the ``[DEFAULT]`` section, configure notifications:
|
* In the ``[oslo_messaging_notifications]`` section, configure notifications:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[DEFAULT]
|
[oslo_messaging_notifications]
|
||||||
...
|
...
|
||||||
notification_driver = messagingv2
|
driver = messagingv2
|
||||||
|
|
||||||
Finalize installation
|
Finalize installation
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -11,16 +11,20 @@ Configure the Image service to use Telemetry
|
|||||||
``/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]`` and ``[oslo_messaging_rabbit]`` sections,
|
* In the ``[DEFAULT]``, ``[oslo_messaging_notifications]``, and
|
||||||
configure notifications and RabbitMQ message broker access:
|
``[oslo_messaging_rabbit]`` sections, configure notifications and RabbitMQ
|
||||||
|
message broker access:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
...
|
...
|
||||||
notification_driver = messagingv2
|
|
||||||
rpc_backend = rabbit
|
rpc_backend = rabbit
|
||||||
|
|
||||||
|
[oslo_messaging_notifications]
|
||||||
|
...
|
||||||
|
driver = messagingv2
|
||||||
|
|
||||||
[oslo_messaging_rabbit]
|
[oslo_messaging_rabbit]
|
||||||
...
|
...
|
||||||
rabbit_host = controller
|
rabbit_host = controller
|
||||||
|
Loading…
x
Reference in New Issue
Block a user