summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <ralonsoh@redhat.com>2021-09-07 08:48:03 +0000
committerRodolfo Alonso Hernandez <ralonsoh@redhat.com>2021-10-18 07:56:13 +0000
commitd4d90fb6d725f9c4d5974945d02b8eb96c236848 (patch)
treebb10cc7243590eca8456608815cb642e06843e81 /requirements.txt
parent2b30fa7bedf58e19e150a1f40f82d83d48e84049 (diff)
downloadneutron-d4d90fb6d725f9c4d5974945d02b8eb96c236848.tar.gz
Improve "get_collection_count" calls
Reduce the object retrieval to one single field to improve the collection count. Bumped neutron-lib to 2.16.0. This version contains [1], needed for this patch. [1]https://review.opendev.org/c/openstack/neutron-lib/+/807686 Related-Bug: #1942863 Change-Id: I160e8084e97b23a2bacb49ceb40efbac2d0715be
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 008dc5d690..4e5e7fec7d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,7 +16,7 @@ Jinja2>=2.10 # BSD License (3 clause)
keystonemiddleware>=5.1.0 # Apache-2.0
netaddr>=0.7.18 # BSD
netifaces>=0.10.4 # MIT
-neutron-lib>=2.15.0 # Apache-2.0
+neutron-lib>=2.16.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
tenacity>=6.0.0 # Apache-2.0
SQLAlchemy>=1.4.23 # MIT