summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorHarald Jensås <hjensas@redhat.com>2020-06-04 22:22:06 +0200
committerHarald Jensås <hjensas@redhat.com>2020-08-19 10:48:17 +0200
commitff00047b4aa00b9def929e396693dc4d520460e9 (patch)
tree7be54b1b787ea9a1b6fc87bdc4b21198efc45a21 /requirements.txt
parentdf9ce79f23d4975f99734a59619ef2d89bcdbbe7 (diff)
downloadironic-ff00047b4aa00b9def929e396693dc4d520460e9.tar.gz
Switch Ironic to openstacksdk for Neutron
This patch removes the dependency from ironicclient to communicate with neutron in favor of openstacksdk. Also: * Use import keystoneauth1.loading as ks_loading accross the project. * Refactor to have one 'get_client' function, removing the '_get_config_client' method. Setting config_client=True when calling 'get_client' returns a client using auth options values from conf parameters. Depends-On: https://review.opendev.org/735601 Change-Id: Ib6c0fa2acfc33deb9c5b36ae724d5d8304d1dd29
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 9f7593b3c..0dfe0bbd7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,6 @@ automaton>=1.9.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
WebOb>=1.7.1 # MIT
python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0
-python-neutronclient>=6.7.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
keystoneauth1>=4.2.0 # Apache-2.0
ironic-lib>=4.3.0 # Apache-2.0
@@ -43,4 +42,4 @@ jsonschema>=3.2.0 # MIT
psutil>=3.2.2 # BSD
futurist>=1.2.0 # Apache-2.0
tooz>=2.7.0 # Apache-2.0
-openstacksdk>=0.37.0 # Apache-2.0
+openstacksdk>=0.48.0 # Apache-2.0