Comment 3 for bug 1395721

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

Reviewed: https://review.openstack.org/143293
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=ce1524d0843894b099c4abd20a64f92acad50c55
Submitter: Jenkins
Branch: master

commit ce1524d0843894b099c4abd20a64f92acad50c55
Author: Li Ma <email address hidden>
Date: Sun Dec 21 00:46:34 2014 -0800

    Fix proper oslo.messaging object for zeromq driver

    Currently, as almost all the rpc driver of projects
    have been switched to oslo.messaging, the object should
    be imported via oslo.messaging rather than its own rpc lib.

    Change-Id: I9633446e78cb5af21f61a26f6fb365a8ed57a85f
    Partially-Implements: blueprint zeromq
    Closes-Bug: #1395721