mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-01 19:21:28 +00:00
ciao-controller: Cleaner output on service startup
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
This commit is contained in:
@@ -27,8 +27,8 @@ fi
|
||||
# Wait until keystone is ready
|
||||
source /root/ciaorc
|
||||
echo "Waiting keystone to start "
|
||||
until ciao-cli tenant list | grep service ; do
|
||||
printf '.'
|
||||
until ciao-cli tenant list | grep service > /dev/null 2>&1 ; do
|
||||
echo -n .
|
||||
sleep 1
|
||||
done
|
||||
# Starging ciao-controller
|
||||
|
||||
Reference in New Issue
Block a user