diff options
author | 2016-10-20 10:09:43 +0000 | |
---|---|---|
committer | 2016-10-20 10:09:43 +0000 | |
commit | a29b97eb7157e43455a28416477bbdfb155f0aac (patch) | |
tree | b532eeca887a0841dd5ce56ab44298fcb6ed6da3 /utils/openstack_utils.py | |
parent | 63deb33d8eb488f5c797d3b30ccd562334d062ec (diff) | |
parent | 41e8777b43f768c0aa5d6c9bd54a335b3ad1ada9 (diff) |
Merge "Add wrappers for Tacker Python client" into stable/colorado
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 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}) |