Make kolla script bashate compliant
Change-Id: Id02a4d20b9122d173f8ab56628cd055b4a5acf92
This commit is contained in:
parent
f70ccabe52
commit
70b8f4064e
@ -67,8 +67,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
|
||||
|
Loading…
Reference in New Issue
Block a user