Comment 3 for bug 1622968

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

Reviewed: https://review.openstack.org/369339
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=c3df59e1ab8d7d68b5837b0d46547b2eafa67560
Submitter: Jenkins
Branch: master

commit c3df59e1ab8d7d68b5837b0d46547b2eafa67560
Author: Gevorg Davoian <email address hidden>
Date: Tue Sep 13 13:58:25 2016 +0300

    [zmq] Fix fanout without PUB/SUB

    This patch fix incorrect fanout behavior when use_pub_sub=False.
    In addition it also makes dummy matchmaker behave similar to (already
    fixed here) redis one in order to make future testing more realistic
    (relevant tests were also fixed and refactored).

    Change-Id: Ie131de189972250ea2d9b99fe65b5908b7144569
    Closes-Bug: #1622968