summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-05-14 20:14:08 -0700
committerMonty Taylor <mordred@inaugust.com>2015-05-14 20:43:32 -0700
commit960e4441b80dd1e5d25858b785e463fe42e53048 (patch)
treea412845a738f248224677fd089639a11419b6a8d /requirements.txt
parent9c2ef9ce4f76b37e5e238ebdedd10ec8e208f45b (diff)
downloadoslotest-960e4441b80dd1e5d25858b785e463fe42e53048.tar.gz
Add class to deal with clouds.yaml support
For running functional tests on devstack nodes, it's important to be able to get the appropriate credentials. Use the clouds.yaml that is newly written by devstack and os-client-config to pull a few well defined sets of credentials. Change-Id: Ibd2d473fce878424e8a6d1c76e81088e575e619b
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 16332e2..37c3012 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,3 +11,4 @@ testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
mock>=1.0
mox3>=0.7.0
+os-client-config