Correct local.conf copy for control node 83/54283/2
authorSam Hague <shague@redhat.com>
Mon, 3 Apr 2017 18:26:51 +0000 (14:26 -0400)
committerSam Hague <shague@redhat.com>
Mon, 3 Apr 2017 18:27:46 +0000 (14:27 -0400)
The previous fix was also leaving the local.conf
in the root folder. This also matches how the compute
local.conf's are being copied.

Change-Id: I1a0a32e8cf6add913a8ef56139aea14445fb3454
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/include-raw-integration-deploy-openstack-run-test.sh

index 5143247648dcf9e108bb19017ec0bd4395eec768..e7666bd4790edebf380db6337944ac3ee1407c7d 100644 (file)
@@ -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
-    scp ${!OS_CTRL_IP}:/opt/stack/devstack/local.conf ${OS_CTRL_FOLDER}/local.conf
+    mv local.conf_control_${!OS_CTRL_IP} ${OS_CTRL_FOLDER}/local.conf
     mv ${OS_CTRL_FOLDER} ${WORKSPACE}/archives/
 done