diff options
author | baigk <baiguoku@huawei.com> | 2015-09-10 04:01:39 -0400 |
---|---|---|
committer | baigk <baiguoku@huawei.com> | 2015-09-10 04:01:39 -0400 |
commit | bc66375c3e7b48d78f71ddf4730b97dcb3987a74 (patch) | |
tree | a503db9c53b833fac11537bb9664478804e2c345 /deploy | |
parent | 5261f2cce8d70195a978232f804b478eab6cfd72 (diff) |
adjust iso and ppa path in compass.iso
JIRA: COMPASS-40
Change-Id: If10ec4be9613303584d5ca8bfdfe9b4790ac1d46
Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/compass_vm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/compass_vm.sh b/deploy/compass_vm.sh index 4c40c1e4..067918da 100644 --- a/deploy/compass_vm.sh +++ b/deploy/compass_vm.sh @@ -30,7 +30,7 @@ function install_compass_core() { function wait_ok() { log_info "wait_compass_ok enter" retry=0 - until timeout 1s ssh $ssh_args root@$MGMT_IP "exit" 2>/dev/null + until timeout 1s ssh $ssh_args root@$MGMT_IP "exit" >/dev/null 2>&1 do log_progress "os install time used: $((retry*100/$1))%" sleep 1 |