yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #40715
[Bug 1512619] Re: Remove routers associated with firewall doesn't work in Horizon
** Changed in: horizon
Assignee: Bao Fangyan (baofangyan) => (unassigned)
** Changed in: horizon
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1512619
Title:
Remove routers associated with firewall doesn't work in Horizon
Status in OpenStack Dashboard (Horizon):
Invalid
Bug description:
Steps to reproduce:
1) Create allow icmp rule
2) Create policy with this rule
3) Create firewall with the policy and associate router1 in Horizon
4) Remove router1 from Firewall in Horizon
Result: Message is given as follows:Router(s) was successfully removed from firewall fw.
however,the firewall is still associated with router1 as before,both the details in Horizon and CLI.
#neutron firewall-show fw
+--------------------+--------------------------------------+
| Field | Value |
+--------------------+--------------------------------------+
| admin_state_up | True |
| description | |
| firewall_policy_id | ca53e21f-6473-47a7-be58-ec1b17ca1280 |
| id | 9cad5779-eec5-4e8d-9619-6443b2829fe2 |
| name | fw |
| router_ids | ee16a011-ec30-4f4c-b827-21c2160e118e |
| status | ACTIVE |
| tenant_id | c8eca564147d499aa15f6752d9a746f6 |
+--------------------+--------------------------------------+
Notice that if there are two routers ,it works if remove one of them.However,cannot remove all routers associated with firewall.
It happens both on Kilo and the master branch.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1512619/+subscriptions
References