commit | 94047f45cd336239b42a9f3b58546768240400d4 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Apr 14 14:25:08 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Apr 14 14:25:08 2017 +0000 |
tree | 3d2d6222223bdd42f49ec54530dcd65c7209c064 | |
parent | 0166b866a34c730df3cc16b36707f504596b253d [diff] | |
parent | 4222ee35f64d1950ecfc146b51738b74c316e758 [diff] |
Merge "Make auth_uri available in the swift test setup"
diff --git a/lib/swift b/lib/swift index 96e2f03..5eac904 100644 --- a/lib/swift +++ b/lib/swift
@@ -538,6 +538,7 @@ auth_vers=$(iniget ${testfile} func_test auth_version) iniset ${testfile} func_test auth_host ${KEYSTONE_SERVICE_HOST} iniset ${testfile} func_test auth_port ${KEYSTONE_AUTH_PORT} + iniset ${testfile} func_test auth_uri ${KEYSTONE_AUTH_URI} if [[ $auth_vers == "3" ]]; then iniset ${testfile} func_test auth_prefix /v3/ else