Comment 3 for bug 1531239

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

Reviewed: https://review.openstack.org/263867
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=27b2868c082a6a69b3e7d4a56dee733a00e1f7b4
Submitter: Jenkins
Branch: master

commit 27b2868c082a6a69b3e7d4a56dee733a00e1f7b4
Author: Surojit Pathak <email address hidden>
Date: Tue Jan 5 01:32:39 2016 +0000

    oslo_messaging requires stop() before wait()

    According to [1], the correct usage is to call stop() before wait().

    [1] -
    http://docs.openstack.org/developer/oslo.messaging/notification_listener.html

    Change-Id: I930526add5bff312347cb9e41feee7cdcadf3895
    Closes-Bug: #1531239