diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2016-12-08 09:04:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-08 09:04:51 +0000 |
commit | a5da5e19b5fd17a2831050e151a1176b95ebaabe (patch) | |
tree | 394b9ff4407d730d28e4d667f114eeed4afe6f20 /ci | |
parent | 6d86dc9de99006bea910011517e92d1e0a719e99 (diff) | |
parent | 4faabedc4e207635025547753ba2f0c44d510a9e (diff) |
Merge "modify spelling mistake"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy/deploy.sh b/ci/deploy/deploy.sh index 11865b4a..6d7addd2 100755 --- a/ci/deploy/deploy.sh +++ b/ci/deploy/deploy.sh @@ -43,7 +43,7 @@ python $tempest_path/tempest.py --dha $DHA --network $NETWORK echo "======daisy install kolla(openstack)===========" cluster_id=`daisy cluster-list | awk -F "|" '{print $2}' | sed -n '4p'` daisy install $cluster_id -echo "check installing proess..." +echo "check installing process..." var=1 while [ $var -eq 1 ]; do echo "loop for judge openstack installing progress..." |