Remove oslo.msg deprecation
Change-Id: I8742a475de9f9e5c44509b3701601242ce71062f
This commit is contained in:
parent
132de83ed3
commit
acec4d5228
@ -32,7 +32,7 @@ def get_transport(conf, url=None, optional=False, cache=True):
|
||||
transport = TRANSPORTS.get(cache_key)
|
||||
if not transport or not cache:
|
||||
try:
|
||||
transport = oslo_messaging.get_transport(conf, url)
|
||||
transport = oslo_messaging.get_notification_transport(conf, url)
|
||||
except (oslo_messaging.InvalidTransportURL,
|
||||
oslo_messaging.DriverLoadFailure):
|
||||
if not optional or url:
|
||||
|
Loading…
x
Reference in New Issue
Block a user