summaryrefslogtreecommitdiffstats
path: root/utils/openstack_utils.py
diff options
context:
space:
mode:
authorGeorge Paraskevopoulos <geopar@intracom-telecom.com>2016-10-14 12:12:13 +0300
committerGeorge Paraskevopoulos <geopar@intracom-telecom.com>2016-10-19 11:57:45 +0300
commit7e21e6cd5187e27c8f0115deee1ab7719d186e78 (patch)
tree9f341845280b145f3a1c7df296660a3da172cfad /utils/openstack_utils.py
parent4e7522b1223582b4c52a7b15df4f275fcf9bc8e7 (diff)
Add wrappers for Tacker Python client
New module: functest.utils.openstack_tacker Change-Id: Ie02b72d53c824eeff944bc76e4cae58c8de9044a Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
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 e0da7d97d..a616ba52f 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})