Merge "NSX|P: Handle tooManyRequests error from the NSX"

This commit is contained in:
Zuul 2019-07-07 05:04:45 +00:00 committed by Gerrit Code Review
commit abeb2cb289

View File

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