Merge "NSX|V3+P: Transalte nsxlib ServiceUnavailable exception"

This commit is contained in:
Zuul 2020-07-07 06:56:24 +00:00 committed by Gerrit Code Review
commit 012f9f6740

View File

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