diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-08 14:19:05 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-08 14:19:42 +0100 |
commit | e2ec7cf84fd567a07e2c2a592c903b1f26621bb8 (patch) | |
tree | 7788bf184082bc84b948411d48483f94d2fcaaf4 | |
parent | 80fb545219d5bf048aa9e1cc000b88712376d250 (diff) |
adapt Functest to joid for openstack creds path
Change-Id: I9121bc2cc19b2b4fa3d9eefbcff5e4b397d583d2
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-rw-r--r-- | jjb/functest/functest-ci-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index c9ab3c25a..249f9f0d6 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -191,7 +191,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 /var/lib/jenkins/joid_config/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 |