Catch two more exceptions caused by temporary API unavailability

Change-Id: I89ff4effc8da8f5ebe5d9aa2e43c34bbe6ee3df5
Closes-Bug: #1809250
This commit is contained in:
Frode Nordahl 2018-12-20 14:16:00 +01:00
parent 639b17b90c
commit 2224f4ebf7
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)