summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@gmail.com>2016-08-24 21:05:23 +1000
committerJamie Lennox <jamielennox@gmail.com>2016-11-02 09:53:07 +1100
commit4d7703b934b3ba0533dbc084e41ed0fae75ed25a (patch)
tree79821640452cf40d51808f872432c981435564bd /requirements.txt
parent9ba10d8e257bf3324487538b98ec10f2a2e28f45 (diff)
downloadglance_store-4d7703b934b3ba0533dbc084e41ed0fae75ed25a.tar.gz
Convert to keystoneauth
A direct conversion of keystoneclient usage to the newer supported keystoneauth library. The libraries are largely compatible and there should be no issues swapping between them. This doesn't fix any problems of the way auth is used, it just changes out the library. Change-Id: Ibe212e17150a3c750e9c2536a4c869d87e9d4e13
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index c36085e..c98a250 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,5 +14,6 @@ six>=1.9.0 # MIT
debtcollector>=1.2.0 # Apache-2.0
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
+keystoneauth1>=2.14.0 # Apache-2.0
python-keystoneclient>=3.6.0 # Apache-2.0
requests>=2.10.0 # Apache-2.0