NSX|P: Handle tooManyRequests error from the NSX
Change-Id: Ic75008bb6f47be3ca3efa81fc98af18b75fa9cc2
This commit is contained in:
parent
ddf93d9b73
commit
32802ff20a
@ -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