Fix Glance control exchange
The name used is wrong, this is actually the named of notification topic that was used until Folsom. The control exchange is and always has been 'glance'. Change-Id: I86a46d28af22b663af804caf1a224b9dba73d38f Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
26a3886f6a
commit
ea2030780c
@ -27,7 +27,7 @@ from ceilometer.openstack.common import cfg
|
||||
|
||||
OPTS = [
|
||||
cfg.StrOpt('glance_control_exchange',
|
||||
default='glance_notifications',
|
||||
default='glance',
|
||||
help="Exchange name for Glance notifications"),
|
||||
]
|
||||
|
||||
|
@ -32,7 +32,7 @@ If you use sql alchemy, its specific paramaters will need to be set.
|
||||
Parameter Default Note
|
||||
=============================== ==================================== ==============================================================
|
||||
nova_control_exchange nova Exchange name for Nova notifications
|
||||
glance_control_exchange glance_notifications Exchange name for Glance notifications
|
||||
glance_control_exchange glance Exchange name for Glance notifications
|
||||
cinder_control_exchange cinder Exchange name for Cinder notifications
|
||||
quantum_control_exchange quantum Exchange name for Quantum notifications
|
||||
metering_secret change this or be hacked Secret value for signing metering messages
|
||||
|
Loading…
Reference in New Issue
Block a user