Comment 2 for bug 901376

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

Reviewed: https://review.openstack.org/2651
Committed: http://github.com/openstack/glance/commit/fa1b0b1f784f1b68c8fc598965155b7f083b61dc
Submitter: Jenkins
Branch: master

commit fa1b0b1f784f1b68c8fc598965155b7f083b61dc
Author: Johannes Erdfelt <email address hidden>
Date: Wed Dec 28 16:05:05 2011 +0000

    Synchronize notification queue setup between nova and glance

    Fixes bug 901376

    Glance used a SimpleQueue which would end up with a direct queue with an
    exchange named the same as the queue. This was different than Nova, which
    uses a topic queue with an exchange named 'nova'.

    This change makes Glance use a topic queue with a configurable exchange
    name to match Nova.

    Change-Id: Ia014e4c00060abc2345289a54e45bbfdc6b7e8e5