yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47669
[Bug 1503595] Re: Firewall remain in active state even after deleting router associated with firewall
I'll set this to incomplete - to see if the reporter can come back and
verify. There may have been a related fix that resolved this, but was
not linked to this bug.
** Changed in: neutron
Status: Fix Released => Incomplete
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1503595
Title:
Firewall remain in active state even after deleting router associated
with firewall
Status in neutron:
Incomplete
Bug description:
Steps to Reproduce:
==================
1. Create a network,subnet,router and add router interface
2. Create firewall rule
3. Create firewall Policy with the above firewall rule
4. Create firewall with above policy
And make above route set to the firewall.
5. Then delete the router attached to the firewall and check the
status of the firewall
Issue :
Firewall remain in ACTIVE state even though router id field is blank while getting the details of the firewall
{code}
stack@stevens-creek:~/firewall$ neutron firewall-list
+--------------------------------------+---------+--------------------------------------+
| id | name | firewall_policy_id |
+--------------------------------------+---------+--------------------------------------+
| 71746ed4-4e12-48c6-8db5-31543276058e | user-fw | 320f68ea-4947-484d-af32-5ead4f368348 |
+--------------------------------------+---------+--------------------------------------+
stack@stevens-creek:~/firewall$ neutron firewall-show user-fw
+--------------------+--------------------------------------+
| Field | Value |
+--------------------+--------------------------------------+
| admin_state_up | True |
| description | |
| firewall_policy_id | 320f68ea-4947-484d-af32-5ead4f368348 |
| id | 71746ed4-4e12-48c6-8db5-31543276058e |
| name | user-fw |
| router_ids | |
| status | ACTIVE |
| tenant_id | 84dc1f66b8b34fb2a48e2dce7031f279 |
+--------------------+--------------------------------------+
stack@stevens-creek:~/firewall$
{code}
Expected :
Firewall state should change to either pending or error state.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1503595/+subscriptions
References