Update default notification-topics for nova/neutron
Change-Id: Iaf82b0540eca45a654a25630c5ada064964ed51c Closes-Bug: 1363724
This commit is contained in:
parent
d3bed0204b
commit
6a61a33435
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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,
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user