Comment 2 for bug 1796759

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

Reviewed: https://review.openstack.org/608768
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=978f02d2194f879c6a2f1f1e4b3efefc6464526c
Submitter: Zuul
Branch: master

commit 978f02d2194f879c6a2f1f1e4b3efefc6464526c
Author: imacdonn <email address hidden>
Date: Mon Oct 8 20:47:20 2018 +0000

    Stop using deprecated rpc_backend option

    oslo.messaging deprecated the rpc_backend option long ago, but it was
    still being used in cinder unit test configuration fixtures. oslo.messaging
    9.0.0 finally removed that option, so now the tests are failing.

    This change replaces use of rpc_backend with the corresponding
    transport_url option that as recommended at:

    https://docs.openstack.org/oslo.messaging/latest/configuration/conffixture.html

    It also removes a redundant setUp() override.

    Change-Id: I7cc823e96da1fd38ba28650b72a358e792d7c892
    Closes-Bug: #1796759