summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-09-07 18:55:24 -0500
committerGhe Rivero <ghe.rivero@hp.com>2015-09-15 10:21:23 +0200
commit15c6652dc4bfc5b417bb67df0435935962d71d9c (patch)
tree1e9b6b27e647eb9a486cef140e65fafd3447be7f /requirements.txt
parent7a47fedbbe88cb3726f32b872f621e6a5407bdb5 (diff)
downloados-client-config-15c6652dc4bfc5b417bb67df0435935962d71d9c.tar.gz
Return keystoneauth plugins based on auth args
We know all of the things that we need to know to return an appropriate auth plugin from keystoneauth based on the auth parameters. This also introduces a hard-depend on keystoneauth, which should be fine since keystoneauth itself has a very low dependency count. We'll also use ksa to help validate auth parameters when we're doing the config processing. Change-Id: Ia1a1a4adb4dcefed5d7607082e026ca7361f394d
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 894a70a..db0b635 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,3 +3,4 @@
# process, which may cause wedges in the gate later.
PyYAML>=3.1.0
appdirs>=1.3.0
+keystoneauth1>=1.0.0