Merge "Replace messaging.get_transport with get_rpc_transport"

This commit is contained in:
Jenkins 2017-06-07 00:59:35 +00:00 committed by Gerrit Code Review
commit 64b1438cdf

View File

@ -671,7 +671,7 @@ class RPCFixture(fixtures.Fixture):
# one of the many transports we're multplexing here.
if url not in self._buses:
exmods = rpc.get_allowed_exmods()
self._buses[url] = messaging.get_transport(
self._buses[url] = messaging.get_rpc_transport(
CONF,
url=url,
allowed_remote_exmods=exmods)