Merge "NSX|V3: improve ENS exception limitations"
This commit is contained in:
commit
9fcc52cf5a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user