Merge "Update client-env to use openstackclient commands"

This commit is contained in:
Jenkins
2014-04-10 16:04:03 +00:00
committed by Gerrit Code Review

View File

@@ -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"