← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1513390] Re: rule change via GUI/CLI puts FW in ERROR mode when no routers exist

 

Verified that this issue does not occur:


reedip@reedip-VirtualBox:/opt/stack$ neutron firewall-show 0495601d-3688-40e3-83f2-d0456b719735
+--------------------+--------------------------------------+
| Field              | Value                                |
+--------------------+--------------------------------------+
| admin_state_up     | True                                 |
| description        |                                      |
| firewall_policy_id | e8a6bc27-65f1-4865-a95f-f4c018a95b59 |
| id                 | 0495601d-3688-40e3-83f2-d0456b719735 |
| name               |                                      |
| router_ids         | 370682fc-627d-481c-b7f3-924ea1ed1c2a |
| status             | ACTIVE                               |
| tenant_id          | 99c366f8c1f44a4586ebc40268d4d1ad     |
+--------------------+--------------------------------------+
reedip@reedip-VirtualBox:/opt/stack$ neutron firewall-rule-update 20d9b2ab-82bf-455a-8bd7-9da95ee05a66 --protocol udp
Updated firewall_rule: 20d9b2ab-82bf-455a-8bd7-9da95ee05a66
reedip@reedip-VirtualBox:/opt/stack$ neutron firewall-show 0495601d-3688-40e3-83f2-d0456b719735
+--------------------+--------------------------------------+
| Field              | Value                                |
+--------------------+--------------------------------------+
| admin_state_up     | True                                 |
| description        |                                      |
| firewall_policy_id | e8a6bc27-65f1-4865-a95f-f4c018a95b59 |
| id                 | 0495601d-3688-40e3-83f2-d0456b719735 |
| name               |                                      |
| router_ids         | 370682fc-627d-481c-b7f3-924ea1ed1c2a |
| status             | ACTIVE                               |
| tenant_id          | 99c366f8c1f44a4586ebc40268d4d1ad     |
+--------------------+--------------------------------------+
reedip@reedip-VirtualBox:/opt/stack$ 



Note: If a router does not exist in the system, then Firewall remains inactive. But if the default router exists, then firewall will be in Active state.
The firewall mentioned in the paste-link in description is in ACTIVE state.
So , it seems that the router would be existing when the following bug was reported.

** Changed in: neutron
       Status: Triaged => Invalid

** Changed in: neutron
     Assignee: Reedip (reedip-banerjee) => (unassigned)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1513390

Title:
  rule change via GUI/CLI puts FW in ERROR mode when no routers exist

Status in neutron:
  Invalid

Bug description:
  create FW rule , create policy and attach the rule to it, create FW
  and attach the policy to it.

  Verify NO ROUTERS exist.

  editing the attached rule puts FW to ERROR state 
  http://pastebin.com/uxsTPrAc

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1513390/+subscriptions


References