Merge "Replace messaging.get_transport with get_rpc_transport"
This commit is contained in:
commit
64b1438cdf
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user