summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorClenimar Filemon <clenimar.filemon@gmail.com>2016-05-06 18:10:53 -0300
committerClenimar Filemon <clenimar.filemon@gmail.com>2016-05-16 17:20:28 -0300
commitb68dca09b13166a7a357d5d41e7def93ed4e30cb (patch)
treec81bca2f0d1eac8cbd2bd25eb8a4ffa96ed2c4ea /requirements.txt
parent11416b47261e87a9acb54b78045e5475097f5c81 (diff)
downloadpython-designateclient-b68dca09b13166a7a357d5d41e7def93ed4e30cb.tar.gz
Switch to keystoneauth
This patch migrates designateclient to using keystoneauth Session instead of deprecated keystoneclient's Session and plugins. Also, this patch removes the old designateclient.auth module as it is not used anywhere else in the code base and its purpose is overridden by the fact that keystoneauth acts as an abstraction layer for authentication (handling requests and reauthentication internally). Change-Id: Ic3cc0fbb76977a04bab322ebcb1c818e75646772
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 7046db6..a0b3eba 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@ cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
oslo.utils>=3.5.0 # Apache-2.0
pbr>=1.6 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+keystoneauth1>=2.1.0 # Apache-2.0
requests!=2.9.0,>=2.8.1 # Apache-2.0
six>=1.9.0 # MIT
stevedore>=1.10.0 # Apache-2.0