Comment 10 for bug 1335891

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/107288
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=f52b79e1d2a5094b9fca0fbab29c5e98a8d1eaf0
Submitter: Jenkins
Branch: master

commit f52b79e1d2a5094b9fca0fbab29c5e98a8d1eaf0
Author: iberezovskiy <email address hidden>
Date: Wed Jul 16 13:53:35 2014 +0400

    Set glance control_exchange to 'glance'

    Glance control_exchange in glance-api.conf wasn't set
    and glance used default value for this - 'openstack'.
    So, exchange 'glance' and queue 'glance' didn't exist in rabbit.
    But ceilometer as default glance control exchange uses 'glance'.
    This patch fixes this problem.

    Change-Id: Iac363ba3f95a300c416dbfd94e37d21f5f9cef40
    Closes-bug: #1335891