Fwaas:it will execute firewall rules twice for a router, when update the firewall.

Bug #1665326 reported by wujun
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
New
Undecided
wujun

Bug Description

environment: Mitaka

It will execute firewall rules twice for a router, when update the firewall.

The code is in the agent update_firewall():
...
router_ids = self._get_router_ids_for_fw(context, firewall)
if router_ids or firewall['router_ids']:
    router_info_list = self._get_router_info_list_for_tenant(
        router_ids + firewall['router_ids'],
        firewall['tenant_id'])
...

But the "router_ids" is the same with "firewall['router_ids']

Tags: fwaas
wujun (wujun)
tags: added: fwaas
Changed in neutron:
assignee: nobody → wujun (wujun)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.