[Doc] Add Configure Cinder Notifications
Cinder data model was added in Pike cycle and that needs configuration in cinder.conf for refreshing the model in real time. This patch set adds Add Configure Cinder Notifications section for explaining the configuration. Change-Id: I41cc870e2d47c56fd7c9fcdd6f03c95fa939c3f2
This commit is contained in:
parent
67754102c8
commit
c12178920b
@ -430,6 +430,26 @@ to Watcher receives Nova notifications in ``watcher_notifications`` as well.
|
||||
* Restart the Nova services.
|
||||
|
||||
|
||||
Configure Cinder Notifications
|
||||
==============================
|
||||
|
||||
Watcher can also consume notifications generated by the Cinder services, in
|
||||
order to build or update, in real time, its cluster data model related to
|
||||
storage resources. To do so, you have to update the Cinder configuration
|
||||
file on controller and volume nodes, in order to let Watcher receive Cinder
|
||||
notifications in a dedicated ``watcher_notifications`` channel.
|
||||
|
||||
* In the file ``/etc/cinder/cinder.conf``, update the section
|
||||
``[oslo_messaging_notifications]``, by redefining the list of topics
|
||||
into which Cinder services will publish events ::
|
||||
|
||||
[oslo_messaging_notifications]
|
||||
driver = messagingv2
|
||||
topics = notifications,watcher_notifications
|
||||
|
||||
* Restart the Cinder services.
|
||||
|
||||
|
||||
Workers
|
||||
=======
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user