summaryrefslogtreecommitdiffstats
path: root/utils/openstack_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/openstack_utils.py')
-rwxr-xr-xutils/openstack_utils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/openstack_utils.py b/utils/openstack_utils.py
index 57e96cd9e..97e755917 100755
--- a/utils/openstack_utils.py
+++ b/utils/openstack_utils.py
@@ -158,11 +158,10 @@ def get_glance_client():
return glanceclient.Client(1, glance_endpoint,
token=keystone_client.auth_token)
+
# *********************************************
# NOVA
# *********************************************
-
-
def get_instances(nova_client):
try:
instances = nova_client.servers.list(search_opts={'all_tenants': 1})