Merge "NSX|P: Handle tooManyRequests error from the NSX"
This commit is contained in:
commit
abeb2cb289
@ -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
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user