diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-12-17 15:29:19 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2015-12-17 15:53:00 +0100 |
commit | ac4d027e39ad0cfd5c8c4d572cec7c6e06de3a90 (patch) | |
tree | ccdc86733ff82c534674ee4c055fbc15ee8436c1 | |
parent | b24d31936e464bfcfb8dd45e88254116842fbcb0 (diff) |
change path to retrieve joid creds on CI production labs
JIRA: FUNCTEST-98
Change-Id: Ic0099d6444cd03cc6f897b0f2f0d492a3c04a7c4
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-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 |