X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fopenstack-kubernetes-create.sh;h=e94dc948b3bc2387614c8f2c739d72c42f6a36c9;hb=40d61a6fd4fdc64240fc298e039d9f88215e5e40;hp=5ee05b095bd4914de7e15237d3c4b29b0749eddd;hpb=e138a50dbef53b6612527df3c3fed9841c8a3ec2;p=releng%2Fglobal-jjb.git diff --git a/shell/openstack-kubernetes-create.sh b/shell/openstack-kubernetes-create.sh index 5ee05b09..e94dc948 100755 --- a/shell/openstack-kubernetes-create.sh +++ b/shell/openstack-kubernetes-create.sh @@ -59,8 +59,7 @@ cluster_uuid=$(openstack coe cluster create "$cluster_name" \ # Sleep for a little, because sometimes OpenStack has to catch up with itself sleep 15 -while [ "$(openstack --os-cloud "$os_cloud" coe cluster show "$cluster_uuid" -c status -f value)" == "CREATE_IN_PROGRESS" ] -do +while [ "$(openstack --os-cloud "$os_cloud" coe cluster show "$cluster_uuid" -c status -f value)" == "CREATE_IN_PROGRESS" ]; do # echo "sleeping $(date)" sleep 2m done