summaryrefslogtreecommitdiffstats
path: root/utils/openstack_utils.py
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2016-10-20 10:09:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-20 10:09:43 +0000
commita29b97eb7157e43455a28416477bbdfb155f0aac (patch)
treeb532eeca887a0841dd5ce56ab44298fcb6ed6da3 /utils/openstack_utils.py
parent63deb33d8eb488f5c797d3b30ccd562334d062ec (diff)
parent41e8777b43f768c0aa5d6c9bd54a335b3ad1ada9 (diff)
Merge "Add wrappers for Tacker Python client" into stable/colorado
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})