Update default notification-topics for nova/neutron

Change-Id: Iaf82b0540eca45a654a25630c5ada064964ed51c
Closes-Bug: 1363724
This commit is contained in:
Kiall Mac Innes 2014-08-31 21:25:43 +01:00
parent d3bed0204b
commit 6a61a33435
4 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ cfg.CONF.register_group(cfg.OptGroup(
))
cfg.CONF.register_opts([
cfg.ListOpt('notification-topics', default=['monitor']),
cfg.ListOpt('notification-topics', default=['notifications']),
cfg.StrOpt('control-exchange', default='neutron'),
cfg.StrOpt('domain-id', default=None),
cfg.StrOpt('format', default=None)

View File

@ -27,7 +27,7 @@ cfg.CONF.register_group(cfg.OptGroup(
))
cfg.CONF.register_opts([
cfg.ListOpt('notification-topics', default=['monitor']),
cfg.ListOpt('notification-topics', default=['notifications']),
cfg.StrOpt('control-exchange', default='nova'),
cfg.StrOpt('domain-id', default=None),
cfg.StrOpt('format', default=None)

View File

@ -101,7 +101,7 @@ Handler - Nova *
=========================== ==================================== ==============================================================
Parameter Default Note
=========================== ==================================== ==============================================================
notification_topics monitor Notification Topics
notification_topics notifications Notification Topics
control_exchange nova Nova Control Exchange
domain_id None UUID of a domain/zone where records are to be created/deleted
format None you can use any field in the notification message,

View File

@ -168,7 +168,7 @@ debug = False
#-----------------------
[handler:nova_fixed]
#domain_id = <random uuid>
#notification_topics = monitor
#notification_topics = notifications
#control_exchange = 'nova'
#format = '%(octet0)s-%(octet1)s-%(octet2)s-%(octet3)s.%(domain)s'
@ -177,7 +177,7 @@ debug = False
#------------------------
[handler:neutron_floatingip]
#domain_id = <random uuid>
#notification_topics = monitor
#notification_topics = notifications
#control_exchange = 'neutron'
#format = '%(octet0)s-%(octet1)s-%(octet2)s-%(octet3)s.%(domain)s'