← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1836015] [NEW] [neutron-fwaas]firewall goup status is inactive when updating policy in fwg

 

Public bug reported:

[root@controller neutron]# openstack firewall group show fwg1
+-------------------+-------------------------------------------+
| Field             | Value                                     |
+-------------------+-------------------------------------------+
| Description       |                                           |
| Egress Policy ID  | 57a7506f-f841-4679-bf90-e1e33ccc9dc7      |
| ID                | f4558994-d207-4183-a077-ea7837574ccf      |
| Ingress Policy ID | 57a7506f-f841-4679-bf90-e1e33ccc9dc7      |
| Name              | fwg1                                      |
| Ports             | [u'139e9560-9b72-4135-a3d4-94bf7cafbd6a'] |
| Project           | 8c91479bacc64574b828d4809e2d23c2          |
| Shared            | False                                     |
| State             | UP                                        |
| Status            | ACTIVE                                    |
| project_id        | 8c91479bacc64574b828d4809e2d23c2          |
+-------------------+-------------------------------------------+

openstack firewall group set fwg1 --no-ingress-firewall-policy

[root@controller neutron]# openstack firewall group show fwg1
+-------------------+-------------------------------------------+
| Field             | Value                                     |
+-------------------+-------------------------------------------+
| Description       |                                           |
| Egress Policy ID  | 57a7506f-f841-4679-bf90-e1e33ccc9dc7      |
| ID                | f4558994-d207-4183-a077-ea7837574ccf      |
| Ingress Policy ID | None                                      |
| Name              | fwg1                                      |
| Ports             | [u'139e9560-9b72-4135-a3d4-94bf7cafbd6a'] |
| Project           | 8c91479bacc64574b828d4809e2d23c2          |
| Shared            | False                                     |
| State             | UP                                        |
| Status            | INACTIVE                                  |
| project_id        | 8c91479bacc64574b828d4809e2d23c2          |
+-------------------+-------------------------------------------+

iptables in the router namespace has not changed.

** Affects: neutron
     Importance: Undecided
     Assignee: zhanghao (zhanghao2)
         Status: In Progress

** Changed in: neutron
     Assignee: (unassigned) => zhanghao (zhanghao2)

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

Title:
  [neutron-fwaas]firewall goup status is inactive when updating policy
  in fwg

Status in neutron:
  In Progress

Bug description:
  [root@controller neutron]# openstack firewall group show fwg1
  +-------------------+-------------------------------------------+
  | Field             | Value                                     |
  +-------------------+-------------------------------------------+
  | Description       |                                           |
  | Egress Policy ID  | 57a7506f-f841-4679-bf90-e1e33ccc9dc7      |
  | ID                | f4558994-d207-4183-a077-ea7837574ccf      |
  | Ingress Policy ID | 57a7506f-f841-4679-bf90-e1e33ccc9dc7      |
  | Name              | fwg1                                      |
  | Ports             | [u'139e9560-9b72-4135-a3d4-94bf7cafbd6a'] |
  | Project           | 8c91479bacc64574b828d4809e2d23c2          |
  | Shared            | False                                     |
  | State             | UP                                        |
  | Status            | ACTIVE                                    |
  | project_id        | 8c91479bacc64574b828d4809e2d23c2          |
  +-------------------+-------------------------------------------+

  openstack firewall group set fwg1 --no-ingress-firewall-policy

  [root@controller neutron]# openstack firewall group show fwg1
  +-------------------+-------------------------------------------+
  | Field             | Value                                     |
  +-------------------+-------------------------------------------+
  | Description       |                                           |
  | Egress Policy ID  | 57a7506f-f841-4679-bf90-e1e33ccc9dc7      |
  | ID                | f4558994-d207-4183-a077-ea7837574ccf      |
  | Ingress Policy ID | None                                      |
  | Name              | fwg1                                      |
  | Ports             | [u'139e9560-9b72-4135-a3d4-94bf7cafbd6a'] |
  | Project           | 8c91479bacc64574b828d4809e2d23c2          |
  | Shared            | False                                     |
  | State             | UP                                        |
  | Status            | INACTIVE                                  |
  | project_id        | 8c91479bacc64574b828d4809e2d23c2          |
  +-------------------+-------------------------------------------+

  iptables in the router namespace has not changed.

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


Follow ups