From e7a5b4b0825909d1aa83f8235818fafb4b67874e Mon Sep 17 00:00:00 2001 From: Alon Kochba Date: Sun, 2 Apr 2017 19:23:10 +0300 Subject: [PATCH] Correct local.conf copy for control node Change-Id: Iad1ed545ea383ad22b0a873914ef68e10c57e9d3 Signed-off-by: Alon Kochba --- .../include-raw-integration-deploy-openstack-run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh b/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh index c79fde989..514324764 100644 --- a/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh +++ b/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh @@ -409,7 +409,7 @@ do scp extra_debug.sh ${!OS_CTRL_IP}:/tmp ${SSH} ${!OS_CTRL_IP} "bash /tmp/extra_debug.sh > /tmp/extra_debug.log" scp ${!OS_CTRL_IP}:/tmp/extra_debug.log ${OS_CTRL_FOLDER}/extra_debug.log - mv local.conf_control ${OS_CTRL_FOLDER}/local.conf + scp ${!OS_CTRL_IP}:/opt/stack/devstack/local.conf ${OS_CTRL_FOLDER}/local.conf mv ${OS_CTRL_FOLDER} ${WORKSPACE}/archives/ done -- 2.36.6