Merge "Catch two more exceptions caused by temporary API unavailability"
This commit is contained in:
commit
cd4d1fb990
@ -38,6 +38,8 @@ import charmhelpers.contrib.network.ip as ch_net_ip
|
|||||||
|
|
||||||
NEUTRON_TEMP_EXCS = (keystone_exceptions.catalog.EndpointNotFound,
|
NEUTRON_TEMP_EXCS = (keystone_exceptions.catalog.EndpointNotFound,
|
||||||
keystone_exceptions.connection.ConnectFailure,
|
keystone_exceptions.connection.ConnectFailure,
|
||||||
|
keystone_exceptions.discovery.DiscoveryFailure,
|
||||||
|
keystone_exceptions.http.ServiceUnavailable,
|
||||||
neutronclient.common.exceptions.ServiceUnavailable)
|
neutronclient.common.exceptions.ServiceUnavailable)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user