diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-12-18 16:11:04 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2015-12-18 16:11:04 +0100 |
commit | 2886f83fe00e7d88445edb3e22e70d46d6b13eb3 (patch) | |
tree | 97370c51c8387d337876e428586d01f94c711012 | |
parent | 02bd9f7df86c8f6359ac516b2c0c93116adc77f2 (diff) |
change default joid path for automatic installation
Change-Id: I12c9eba83951e510a23956fce17ede6036379fba
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 a22e92582..7b717595e 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}/joid_config/admin-openrc:/home/opnfv/functest/conf/openstack.creds" + labconfig="-v /var/lib/jenkins/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 |