From f19e793069406a29ea0676b955c718a17d411a8e Mon Sep 17 00:00:00 2001 From: Hazem Hemied Date: Tue, 13 Jun 2017 08:32:34 +0200 Subject: [PATCH] list instances updated updated to the new openstack CLI nova list --all-tenants -> openstack server list --- utils/openstack-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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