From d4d90fb6d725f9c4d5974945d02b8eb96c236848 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Tue, 7 Sep 2021 08:48:03 +0000 Subject: 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') 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 -- cgit v1.2.1