summaryrefslogtreecommitdiffstats
path: root/ci/verify.sh
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2016-12-09 13:34:35 -0500
committermbeierl <mark.beierl@dell.com>2016-12-16 16:16:30 -0500
commitab2c2817ec8d3a60d7bc61249217107e2b99a18c (patch)
treef66f6ae51969fe615caf0cbda095a3588589dca6 /ci/verify.sh
parentc5b07343a75f1a440721f66158e10965838ce194 (diff)
Use v3 Auth
Change to detect environment variable and use v3 authentication instead if present. Change-Id: Iada49741b3297f20b740e232b2b35bec92fda91a JIRA: STORPERF-88 Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'ci/verify.sh')
-rwxr-xr-xci/verify.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/verify.sh b/ci/verify.sh
index 22d0186..a0de93a 100755
--- a/ci/verify.sh
+++ b/ci/verify.sh
@@ -29,6 +29,7 @@ pip install flask-swagger==0.2.12
pip install funcsigs==0.4
pip install flake8==2.5.4
pip install html2text==2016.1.8
+pip install keystoneauth1==2.12.1
pip install matplotlib==1.3.1
pip install mock==1.3.0
pip install nose==1.3.7
@@ -66,4 +67,4 @@ then
exit $flake8rc
fi
-exit $rc \ No newline at end of file
+exit $rc