Add notification_topics attribute to network
This change adds the notification_topics attribute for the network cookbook. This commit will need to be merged before https://review.openstack.org/#/c/75910/. Change-Id: I65d24bf5c981e3540b1a530f7343983b6c513cc2
This commit is contained in:
		@@ -104,3 +104,7 @@ default['openstack']['mq']['image']['qpid']['notification_topic'] =
 | 
			
		||||
  node['openstack']['mq']['image']['notification_topic']
 | 
			
		||||
default['openstack']['mq']['image']['rabbit']['notification_topic'] =
 | 
			
		||||
  node['openstack']['mq']['image']['notification_topic']
 | 
			
		||||
 | 
			
		||||
# network
 | 
			
		||||
# AMQP topics used for openstack notifications, can be comma-separated values
 | 
			
		||||
default['openstack']['mq']['network']['notification_topics'] = 'notifications'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user