Remove watcher_notifications from default value
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>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
upgrade:
|
||||
- |
|
||||
Watcher now listens by default to the exchange and channel used by default
|
||||
in Cinder, which is 'openstack.notifications'. The previous instructions
|
||||
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.
|
||||
|
||||
@@ -31,7 +31,6 @@ WATCHER_DECISION_ENGINE_OPTS = [
|
||||
'used for RPC calls'),
|
||||
cfg.ListOpt('notification_topics',
|
||||
default=['nova.versioned_notifications',
|
||||
'watcher.watcher_notifications',
|
||||
'openstack.notifications'],
|
||||
help='The exchange and topic names from which '
|
||||
'notification events will be listened to. '
|
||||
|
||||
Reference in New Issue
Block a user