Merge "inventory.py: all_get_neutron_data to handle 404"
This commit is contained in:
commit
054aa4ae3b
@ -529,6 +529,7 @@ class TripleoInventory(object):
|
||||
"generation.")
|
||||
return None
|
||||
except (openstack.connection.exceptions.EndpointNotFound,
|
||||
openstack.exceptions.ResourceNotFound,
|
||||
keystoneauth1.exceptions.catalog.EndpointNotFound):
|
||||
LOG.warning("Neutron service not installed. Disabling use of "
|
||||
"neutron as a source for inventory generation.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user