From 7e21e6cd5187e27c8f0115deee1ab7719d186e78 Mon Sep 17 00:00:00 2001 From: George Paraskevopoulos Date: Fri, 14 Oct 2016 12:12:13 +0300 Subject: Add wrappers for Tacker Python client New module: functest.utils.openstack_tacker Change-Id: Ie02b72d53c824eeff944bc76e4cae58c8de9044a Signed-off-by: George Paraskevopoulos --- utils/openstack_utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'utils/openstack_utils.py') 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}) -- cgit 1.2.3-korg