Skip to content

Commit

Permalink
Merge pull request #350 from Akrog/notifications
Browse files Browse the repository at this point in the history
Remove notifications TODO
  • Loading branch information
openshift-merge-bot[bot] authored Feb 22, 2024
2 parents 79ba7c1 + 75c0d13 commit 4b7f475
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions templates/cinder/config/00-global-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ lock_path = /var/locks/openstack/os-brick
[oslo_concurrency]
lock_path = /var/locks/openstack/cinder

# TODO:
#[oslo_messaging_notifications]
#transport_url = rabbit://stackrabbit:[email protected]:5672/
#driver = messagingv2
# Notifications are disabled by default, can be enabled by setting the driver
# to messagingv2 at the top level cinder customServiceConfig
[oslo_messaging_notifications]
transport_url = {{ .TransportURL }}
driver = noop

[oslo_messaging_rabbit]
heartbeat_timeout_threshold=60
Expand Down

0 comments on commit 4b7f475

Please sign in to comment.