Merge pull request #5668 from ryanpetrello/vmware-inv-script-update

update to latest vmware_inventory.py

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-01-15 19:09:38 +00:00 committed by GitHub
commit 053897042f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -366,6 +366,7 @@ class VMWareInventory(object):
def _get_instances(self, inkwargs):
''' Make API calls '''
instances = []
si = None
try:
si = SmartConnect(**inkwargs)
except ssl.SSLError as connection_error: