summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTobias Urdin <tobias.urdin@binero.se>2023-01-12 07:24:41 +0000
committerBalazs Gibizer <gibi@redhat.com>2023-01-17 15:06:41 +0100
commitc59db128a00477f6163d71ea1454da4286dad708 (patch)
tree52c778bb71360d868ce97c3520a11a2f3864a010 /requirements.txt
parent668d4e590f7b22c930772c00a16dc4b289d8745c (diff)
downloadnova-c59db128a00477f6163d71ea1454da4286dad708.tar.gz
Use new get_rpc_client API from oslo.messaging
Use the new API that is consistent with the existing API instead of instantiating the client class directly. This was introduced in release 14.1.0 here [1] and added into oslo.messaging here [2] [1] https://review.opendev.org/c/openstack/requirements/+/869340 [2] https://review.opendev.org/c/openstack/oslo.messaging/+/862419 Change-Id: If1128fe0faacef757ed10023c00a67e5ec0440bd
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 5301b7cf05..9954d06bc9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -42,7 +42,7 @@ oslo.upgradecheck>=1.3.0
oslo.utils>=4.12.1 # Apache-2.0
oslo.db>=10.0.0 # Apache-2.0
oslo.rootwrap>=5.15.0 # Apache-2.0
-oslo.messaging>=10.3.0 # Apache-2.0
+oslo.messaging>=14.1.0 # Apache-2.0
oslo.policy>=3.11.0 # Apache-2.0
oslo.privsep>=2.6.2 # Apache-2.0
oslo.i18n>=5.1.0 # Apache-2.0