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:
jgilaber
2025-08-28 15:27:01 +02:00
parent a4b785e4f1
commit cab17231c7
2 changed files with 2 additions and 2 deletions
@@ -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.
-1
View File
@@ -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. '