diff options
Diffstat (limited to 'utils/openstack_utils.py')
-rwxr-xr-x | utils/openstack_utils.py | 3 |
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}) |