From ab2c2817ec8d3a60d7bc61249217107e2b99a18c Mon Sep 17 00:00:00 2001 From: mbeierl Date: Fri, 9 Dec 2016 13:34:35 -0500 Subject: 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 --- ci/verify.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci/verify.sh') 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 -- cgit 1.2.3-korg