Merge "Use new get_rpc_client API from oslo.messaging"

This commit is contained in:
Zuul 2023-01-26 16:27:58 +00:00 committed by Gerrit Code Review
commit c43b7bf64b
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ def get_client(topic=None):
version='1.3')
else:
target = messaging.Target(topic=topic, version='1.3')
return messaging.RPCClient(TRANSPORT, target)
return messaging.get_rpc_client(TRANSPORT, target)
def get_server(endpoints):

View File

@ -27,7 +27,7 @@ oslo.context>=2.22.0 # Apache-2.0
oslo.db>=12.1.0 # Apache-2.0
oslo.i18n>=3.20.0 # Apache-2.0
oslo.log>=4.3.0 # Apache-2.0
oslo.messaging>=5.32.0 # Apache-2.0
oslo.messaging>=14.1.0 # Apache-2.0
oslo.middleware>=3.31.0 # Apache-2.0
oslo.policy>=3.7.0 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0