Fix OS Default FW section apply_tos
The OS Default firewall section has apply_tos which is taking index as the target id incorrectly. It should use NSGroup uuid as the target_id. Closes-Bug: #1533390 Change-Id: Ia2569003d3c411fe7ddc656a2a713c48ee9bda5e
This commit is contained in:
parent
8785d5fdde
commit
07de2cb461
@ -210,7 +210,8 @@ def init_nsgroup_manager_and_default_section_rules():
|
|||||||
|
|
||||||
nsgroup_manager = NSGroupManager(cfg.CONF.nsx_v3.number_of_nested_groups)
|
nsgroup_manager = NSGroupManager(cfg.CONF.nsx_v3.number_of_nested_groups)
|
||||||
section_id = _init_default_section(
|
section_id = _init_default_section(
|
||||||
DEFAULT_SECTION, section_description, nsgroup_manager.nested_groups)
|
DEFAULT_SECTION, section_description,
|
||||||
|
nsgroup_manager.nested_groups.values())
|
||||||
return nsgroup_manager, section_id
|
return nsgroup_manager, section_id
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user