Correct local.conf copy for control node 15/54215/1
authorAlon Kochba <alonko@hpe.com>
Sun, 2 Apr 2017 16:23:10 +0000 (19:23 +0300)
committerAlon Kochba <alonko@hpe.com>
Sun, 2 Apr 2017 16:23:17 +0000 (19:23 +0300)
Change-Id: Iad1ed545ea383ad22b0a873914ef68e10c57e9d3
Signed-off-by: Alon Kochba <alonko@hpe.com>
jjb/integration/include-raw-integration-deploy-openstack-run-test.sh

index c79fde989eaea5175c7d29d51d5694486d6cdfa2..5143247648dcf9e108bb19017ec0bd4395eec768 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
-    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