summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2016-03-09 10:14:11 -0500
committerSteve Martinelli <s.martinelli@gmail.com>2016-05-18 02:08:32 -0400
commit2d32a08a23d12ac0e655e891a1b32bcf9f170448 (patch)
tree6afe5e59cf4175ba486122e3dbc99aaa2d758388 /requirements.txt
parentdb07e2139e9b91f27307e3533081c91331115ca8 (diff)
downloadpython-heatclient-2d32a08a23d12ac0e655e891a1b32bcf9f170448.tar.gz
switch to keystoneauth
move heatclient to keystoneauth as keystoneclient's auth session, plugins and adapter code has been deprecated [1]. [1] http://docs.openstack.org/releasenotes/python-keystoneclient/mitaka.html#deprecation-notes Change-Id: Iedd7ceb97d39ab3ecccf8786aad8b5f45d15175e
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 652850b..d758573 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,7 +10,7 @@ PrettyTable<0.8,>=0.7 # BSD
oslo.i18n>=2.1.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.5.0 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
+keystoneauth1>=2.1.0 # Apache-2.0
python-swiftclient>=2.2.0 # Apache-2.0
PyYAML>=3.1.0 # MIT
requests!=2.9.0,>=2.8.1 # Apache-2.0