Remove 'watcher.watcher_notifications' from the default value of the 'notification_topics' parameter. Now, the default topics to listen to are 'nova.versioned_notifications' for nova notifications and 'openstack.notifications' for cinder notifications. Closes-Bug: 2121384 Change-Id: I4f0cd9322e0e2996ff4ac3bb7d5e17cc4ff6e390 Signed-off-by: jgilaber <jgilaber@redhat.com>
9 lines
389 B
YAML
9 lines
389 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Watcher now listens by default to the exchange and channel used by default
|
|
in Cinder, which is 'openstack.notifications'. The previous value of
|
|
'watcher.watcher_notifications' is removed. The previous instructions
|
|
in the documentation to enable cinder notifications have been modified to
|
|
make clear that there is no need of changing the cinder conf.
|