Firewall group stuck in PENDING_UPDATE
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron-fwaas (Ubuntu) |
Confirmed
|
Undecided
|
Triveni Gurram |
Bug Description
neutron-common 2:14.0.
neutron-
neutron-plugin-ml2 2:14.0.
neutron-server 2:14.0.
python3-neutron 2:14.0.
python3-
python3-
python3-
python3-neutron-lib 1.25.0-
When adding or removing a port to a firewall group it remains stuck in pending_update state and any update operation fails with:
ERROR neutron_
Steps to reproduce:
openstack firewall group set --ingress-
openstack firewall group show 2f3f2dc5-
+------
| Field | Value |
+------
| Description | |
| Egress Policy ID | eb09e58c-
| ID | 2f3f2dc5-
| Ingress Policy ID | 036a0d73-
| Name | test-fw1 |
| Ports | [] |
| Project | 8ca4fc0104ba4b7
| Shared | False |
| State | UP |
| Status | INACTIVE |
| project_id | 8ca4fc0104ba4b7
+------
openstack port show 524f3c08-
+------
| Field | Value |
+------
| admin_state_up | UP |
| allowed_
| binding_host_id | vcd41021 |
| binding_profile | |
| binding_vif_details | bridge_
| binding_vif_type | ovs |
| binding_vnic_type | normal |
| created_at | 2019-08-
| data_plane_status | None |
| description | |
| device_id | 1a2d060c-
| device_owner | compute:AZ3 |
| dns_assignment | fqdn='test2.
| dns_domain | |
| dns_name | test2 |
| extra_dhcp_opts | |
| fixed_ips | ip_address=
| id | 524f3c08-
| mac_address | fa:16:3e:66:98:49 |
| name | |
| network_id | cd2a6db6-
| port_security_
| project_id | 8ca4fc0104ba4b7
| qos_policy_id | None |
| revision_number | 4 |
| security_group_ids | 695e60b0-
| status | ACTIVE |
| tags | |
| trunk_details | None |
| updated_at | 2019-08-
+------
openstack firewall group set --port 524f3c08-
openstack firewall group show 2f3f2dc5-
+------
| Field | Value |
+------
| Description | |
| Egress Policy ID | eb09e58c-
| ID | 2f3f2dc5-
| Ingress Policy ID | 036a0d73-
| Name | test-fw1 |
| Ports | ['524f3c08-
| Project | 8ca4fc0104ba4b7
| Shared | False |
| State | UP |
| Status | PENDING_UPDATE |
| project_id | 8ca4fc0104ba4b7
+------
From a functional perspective the firewall rules are not working either and we can see traffic allowed on 192.168.1.21:22 i.e.
We can't update the firewall either:
openstack firewall group set --port bbce83fa-
Failed to set firewall group '2f3f2dc5-
Neutron server returns request_ids: ['req-8cfe982a-
tags: | added: canonical-bootstack |
Changed in neutron-fwaas (Ubuntu): | |
assignee: | nobody → Triveni Gurram (triveni12) |
Status changed to 'Confirmed' because the bug affects multiple users.