Browse code

Merge "Make auth_uri available in the swift test setup"

Jenkins authored on 2017/04/14 23:25:08
Showing 1 changed files
... ...
@@ -538,6 +538,7 @@ EOF
538 538
         auth_vers=$(iniget ${testfile} func_test auth_version)
539 539
         iniset ${testfile} func_test auth_host ${KEYSTONE_SERVICE_HOST}
540 540
         iniset ${testfile} func_test auth_port ${KEYSTONE_AUTH_PORT}
541
+        iniset ${testfile} func_test auth_uri ${KEYSTONE_AUTH_URI}
541 542
         if [[ $auth_vers == "3" ]]; then
542 543
             iniset ${testfile} func_test auth_prefix /v3/
543 544
         else