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:
Julien Danjou 2012-12-20 17:17:22 +01:00
parent 26a3886f6a
commit ea2030780c
2 changed files with 2 additions and 2 deletions

View File

@ -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"),
]

View File

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