summaryrefslogtreecommitdiffstats
path: root/utils/openstack_utils.py
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2016-10-19 11:36:06 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-19 11:36:06 +0000
commitbcf9ace74a24c8f974b5aaa108fd85a918bb5fc9 (patch)
tree3fde07c79b0d36e449a37304e9b6509110a905f5 /utils/openstack_utils.py
parentda6d3ef1588c979ea1a604d7c3c633928da4672f (diff)
parent7e21e6cd5187e27c8f0115deee1ab7719d186e78 (diff)
Merge "Add wrappers for Tacker Python client"
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 39594a2a9..df6fb5d1a 100755
--- a/utils/openstack_utils.py
+++ b/utils/openstack_utils.py
@@ -166,11 +166,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})