NSX|P: Handle tooManyRequests error from the NSX

Change-Id: Ic75008bb6f47be3ca3efa81fc98af18b75fa9cc2
This commit is contained in:
Adit Sarfaty 2019-07-04 14:14:54 +03:00
parent ddf93d9b73
commit 32802ff20a
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ class NsxPluginV3Base(agentschedulers_db.AZDhcpAgentSchedulerDbMixin,
nsx_exc.NsxENSPortSecurity:
webob.exc.HTTPBadRequest,
nsx_exc.NsxPluginTemporaryError:
webob.exc.HTTPServiceUnavailable,
nsx_lib_exc.TooManyRequests:
webob.exc.HTTPServiceUnavailable
})