Merge "NSX|V3: improve ENS exception limitations"

This commit is contained in:
Zuul 2017-12-14 11:00:12 +00:00 committed by Gerrit Code Review
commit 9fcc52cf5a

View File

@ -318,7 +318,10 @@ class NsxV3Plugin(agentschedulers_db.AZDhcpAgentSchedulerDbMixin,
nsx_exc.SecurityGroupMaximumCapacityReached:
webob.exc.HTTPBadRequest,
nsx_lib_exc.NsxLibInvalidInput:
webob.exc.HTTPBadRequest})
webob.exc.HTTPBadRequest,
nsx_exc.NsxENSPortSecurity:
webob.exc.HTTPBadRequest,
})
def _init_fwaas(self, resource, event, trigger, **kwargs):
self.fwaas_callbacks = None