Merge "NSX|V3+V: Handle fwaas policy modification"

This commit is contained in:
Zuul 2019-03-03 07:00:50 +00:00 committed by Gerrit Code Review
commit 8c125078b9
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ class NsxFwaasCallbacksV2(firewall_l3_agent_v2.L3WithFWaaS):
# No change in ports, but policy changed so all ports are
# relevant
fwg_port_ids = firewall_group['ports']
# Mark to the driver that this is not port deletion
firewall_group['last-port'] = False
elif not require_new_plugin:
routers = self._get_routers_in_project(
context, firewall_group['tenant_id'])