Comment 4 for bug 1715470

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

Reviewed: https://review.openstack.org/501385
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=bd1e2fd60ff6c694b9daf2373b3f508b6274e15f
Submitter: Jenkins
Branch: master

commit bd1e2fd60ff6c694b9daf2373b3f508b6274e15f
Author: Matt Riedemann <email address hidden>
Date: Wed Sep 6 15:12:45 2017 -0400

    Fix test_rpc_consumer_isolation for oslo.messaging 5.31.0

    With this change in oslo.messaging 5.31.0:

      I0bbf9fca0ecbe71efa87c9613ffd32eb718f2c0e

    The endpoint passed in is going to be checked for a 'target'
    attribute and check it's type if set, so looking for it has
    to be ignored.

    Change-Id: Ic022bdc0291ce1498abdfe1acd3cc51adf7db7c6
    Closes-Bug: #1715470