travis: Update keystone verification script

Signed-off-by: Obed N Munoz <obed.n.munoz@gmail.com>
This commit is contained in:
Obed N Munoz
2016-11-16 22:53:00 -06:00
parent cb27a0864f
commit b409406fdb
+1 -1
View File
@@ -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