mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-03 04:01:38 +00:00
travis: Update keystone verification script
Signed-off-by: Obed N Munoz <obed.n.munoz@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# This scripts informs CI about a working Keystone Service
|
||||
|
||||
# Verification Keystone Service commands
|
||||
source /root/openrc
|
||||
|
||||
for i in {1..5}; do openstack user list && break || sleep 1; done
|
||||
|
||||
Reference in New Issue
Block a user