diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-12-18 07:54:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-18 07:54:34 +0000 |
commit | 93e45bc5f7b4144d98373c4b54e23db1d51b221e (patch) | |
tree | 5ca7065eafdf4b419766b9a9cf58d45a6cff0f09 /jjb | |
parent | 0d4f2c483529638208ec1a7aeb2d6f0d90ee412f (diff) | |
parent | ac4d027e39ad0cfd5c8c4d572cec7c6e06de3a90 (diff) |
Merge "change path to retrieve joid creds on CI production labs"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index 346b678ac..155bbcfdf 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -201,7 +201,7 @@ elif [[ ${INSTALLER_TYPE} == 'joid' ]]; then # If production lab then creds may be retrieved dynamically # creds are on the jumphost, always in the same folder - labconfig="-v /home/ubuntu/joid/ci/cloud/admin-openrc:/home/opnfv/functest/conf/openstack.creds" + labconfig="-v ${HOME}/joid_config/admin-openrc:/home/opnfv/functest/conf/openstack.creds" # If dev lab, credentials may not be the default ones, just provide a path to put them into docker # replace the default one by the customized one provided by jenkins config if [ -n "${LAB_CONFIG}" ]; then |