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