aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/launch.sh
diff options
context:
space:
mode:
authorQiLiang <liangqi1@huawei.com>2016-11-23 10:43:38 +0800
committerQiLiang <liangqi1@huawei.com>2016-11-23 10:43:38 +0800
commit461433b75da4589f5a67ee1af42c0b78de23d53e (patch)
tree7825be0ab3cd749bb4783b425884f14992e3f5d6 /deploy/launch.sh
parentb15421ac53b8f57011613e29505cd8c0275b5066 (diff)
Add refresh.sh exec on compass-core
Add refresh.sh exec on compass-core, so user don't need to manually execute the refresh.sh script when they what redeploy the openstack without redeploy the compass-core vm. Change-Id: I1a6b5ca84d4dd00a3f326b30b68e0ecac022d5ef Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'deploy/launch.sh')
-rwxr-xr-xdeploy/launch.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh
index 4e6e1a39..9031cb62 100755
--- a/deploy/launch.sh
+++ b/deploy/launch.sh
@@ -71,6 +71,8 @@ if [[ "$EXPANSION" == "false" ]]; then
log_error "launch_compass failed"
exit 1
fi
+ else
+ refresh_compass_core
fi
else
machines=`get_host_macs`