← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1972746] [NEW] Unable to delete FWaaS v2 firewall group stuck ACTIVE

 

Public bug reported:

Unable to delete firewall group with no Ingres/egress policies, and
who's admin_state_up is false.

 openstack firewall group delete 7cf68080-4fce-4135-8c6e-427df794140c
Failed to delete firewall group with name or ID '7cf68080-4fce-4135-8c6e-427df794140c': Firewall group 7cf68080-4fce-4135-8c6e-427df794140c is still active.
Neutron server returns request_ids: ['req-e17341bf-d957-42de-ae9a-9b3b8aebddaa']
1 of 1 firewall group(s) failed to delete.


curl -s -X GET -H "X-Auth-Token: ${TOKEN}" https://neutron-server:9696/v2.0/fwaas/firewall_groups/7cf68080-4fce-4135-8c6e-427df794140c   | jq
{
  "firewall_group": {
    "id": "7cf68080-4fce-4135-8c6e-427df794140c",
    "tenant_id": "017e5ffb91c9429ab17458742eaee3ee",
    "name": "allow-list",
    "description": "",
    "ingress_firewall_policy_id": null,
    "egress_firewall_policy_id": null,
    "admin_state_up": false,
    "ports": [],
    "status": "ACTIVE",
    "shared": false,
    "project_id": "017e5ffb91c9429ab17458742eaee3ee"
  }
}

Running OpenStack Ussuri neutron-fwaas          16.0.1.dev3

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  Unable to delete FWaaS v2 firewall group stuck ACTIVE

Status in neutron:
  New

Bug description:
  Unable to delete firewall group with no Ingres/egress policies, and
  who's admin_state_up is false.

   openstack firewall group delete 7cf68080-4fce-4135-8c6e-427df794140c
  Failed to delete firewall group with name or ID '7cf68080-4fce-4135-8c6e-427df794140c': Firewall group 7cf68080-4fce-4135-8c6e-427df794140c is still active.
  Neutron server returns request_ids: ['req-e17341bf-d957-42de-ae9a-9b3b8aebddaa']
  1 of 1 firewall group(s) failed to delete.

  
  curl -s -X GET -H "X-Auth-Token: ${TOKEN}" https://neutron-server:9696/v2.0/fwaas/firewall_groups/7cf68080-4fce-4135-8c6e-427df794140c   | jq
  {
    "firewall_group": {
      "id": "7cf68080-4fce-4135-8c6e-427df794140c",
      "tenant_id": "017e5ffb91c9429ab17458742eaee3ee",
      "name": "allow-list",
      "description": "",
      "ingress_firewall_policy_id": null,
      "egress_firewall_policy_id": null,
      "admin_state_up": false,
      "ports": [],
      "status": "ACTIVE",
      "shared": false,
      "project_id": "017e5ffb91c9429ab17458742eaee3ee"
    }
  }

  Running OpenStack Ussuri neutron-fwaas          16.0.1.dev3

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



Follow ups