summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2020-03-06 10:43:09 +0000
committerStephen Finucane <stephenfin@redhat.com>2021-07-14 11:19:11 +0100
commit982e2ee02d7b1f1a367081d9d660a1d37505ce05 (patch)
tree84b5427d0f6c30d236a5c5bf2760c07106d0f140 /requirements.txt
parent9cdecc81fb8729160693c244d8adf124eed8b9b2 (diff)
downloadnova-982e2ee02d7b1f1a367081d9d660a1d37505ce05.tar.gz
Use neutronclient's port binding APIs
Take advantage of the neutronclient bindings for the port binding APIs added in neutronclient 7.1.0 to avoid having to vendor this stuff ourselves. Change-Id: Icc284203fb53658abe304f24a62705217f90b22b Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
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 ae762a3c9f..e822c73bab 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -26,7 +26,7 @@ iso8601>=0.1.11 # MIT
jsonschema>=3.2.0 # MIT
python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0
keystoneauth1>=3.16.0 # Apache-2.0
-python-neutronclient>=6.7.0 # Apache-2.0
+python-neutronclient>=7.1.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
requests>=2.25.1 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0