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:
Matt Thompson
2014-02-25 10:11:17 +00:00
parent 8d0440a59d
commit 64b61d0db8
3 changed files with 9 additions and 1 deletions

View File

@@ -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'