diff --git a/utils/openstack-status b/utils/openstack-status index 7f6df86..ab70102 100755 --- a/utils/openstack-status +++ b/utils/openstack-status @@ -289,6 +289,6 @@ if test "$nova"; then printf "== Nova instances ==\n" # Check access through the API - nova list --all-tenants # instances + openstack server list # instances fi fi