change path to retrieve joid creds on CI production labs 99/4799/2
authorMorgan Richomme <morgan.richomme@orange.com>
Thu, 17 Dec 2015 14:29:19 +0000 (15:29 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Thu, 17 Dec 2015 14:53:00 +0000 (15:53 +0100)
JIRA: FUNCTEST-98

Change-Id: Ic0099d6444cd03cc6f897b0f2f0d492a3c04a7c4
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
jjb/functest/functest.yml

index 346b678..155bbcf 100644 (file)
             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