From 562c2b6f2e96b69dceb827cf918f45956e3beb64 Mon Sep 17 00:00:00 2001 From: Hugh Saunders Date: Fri, 14 Feb 2014 13:12:07 +0000 Subject: [PATCH] Add notification_topic attributes for all services These will be added to service config templates in subsequent patches. Change-Id: I19b274d641f50e3c176bd038505140ffe92038c6 --- attributes/messaging.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/messaging.rb b/attributes/messaging.rb index d1f6e1a5..4259c185 100644 --- a/attributes/messaging.rb +++ b/attributes/messaging.rb @@ -74,6 +74,7 @@ rabbit_defaults = { ################################################################### services.each do |svc| default['openstack']['mq'][svc]['service_type'] = node['openstack']['mq']['service_type'] + default['openstack']['mq'][svc]['notification_topic'] = 'notifications' case node['openstack']['mq'][svc]['service_type'] when 'qpid' @@ -91,7 +92,6 @@ end # Overrides and additional attributes for individual services ################################################################### # block-storage -default['openstack']['mq']['block-storage']['notification_topic'] = 'notifications' default['openstack']['mq']['block-storage']['qpid']['notification_topic'] = node['openstack']['mq']['block-storage']['notification_topic'] default['openstack']['mq']['block-storage']['rabbit']['notification_topic'] =