Merge "Catch two more exceptions caused by temporary API unavailability"

This commit is contained in:
Zuul 2019-01-10 07:09:20 +00:00 committed by Gerrit Code Review
commit cd4d1fb990
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ import charmhelpers.contrib.network.ip as ch_net_ip
NEUTRON_TEMP_EXCS = (keystone_exceptions.catalog.EndpointNotFound,
keystone_exceptions.connection.ConnectFailure,
keystone_exceptions.discovery.DiscoveryFailure,
keystone_exceptions.http.ServiceUnavailable,
neutronclient.common.exceptions.ServiceUnavailable)