Merge "Make kolla script bashate compliant"

This commit is contained in:
Jenkins 2015-06-08 15:50:04 +00:00 committed by Gerrit Code Review
commit e08b9d0010

View File

@ -71,8 +71,7 @@ function pre_start {
}
function post_start {
until keystone user-list | grep glance
do
until keystone user-list | grep glance; do
echo "Waiting for OpenStack services to become available"
sleep 2
done