Merge "Update client-env to use openstackclient commands"
This commit is contained in:
commit
bd546c600f
@ -64,7 +64,7 @@ if [[ "$ENABLED_SERVICES" =~ "key" ]]; then
|
||||
STATUS_KEYSTONE="Skipped"
|
||||
else
|
||||
echo -e "\nTest Keystone"
|
||||
if keystone catalog --service identity; then
|
||||
if openstack endpoint show identity; then
|
||||
STATUS_KEYSTONE="Succeeded"
|
||||
else
|
||||
STATUS_KEYSTONE="Failed"
|
||||
|
Loading…
Reference in New Issue
Block a user