From 2886f83fe00e7d88445edb3e22e70d46d6b13eb3 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Fri, 18 Dec 2015 16:11:04 +0100 Subject: [PATCH] change default joid path for automatic installation Change-Id: I12c9eba83951e510a23956fce17ede6036379fba Signed-off-by: Morgan Richomme --- jjb/functest/functest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6