← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1463066] Re: Unable to update policy for a firewall from python-neutronclient

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => liberty-1

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

Title:
  Unable to update policy for a firewall from python-neutronclient

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  Steps to reproduce
  - Create a couple firewall rules
  - Create 2 policies that contains above rules
  - Create a firewall that contains one of the policies created above
  - Next, try to update the firewall policy on the firewall using the command "neutron firewall-update <FIREWALL_NAME> --policy <OTHER_POLICY>"
  - The below message is displayed
  "Request Failed: internal server error while processing your request"

  The above issue can be reproduced in Horizon as well.

  Below are the steps that I executed on my devstack install environment to reproduce the issue
  - "neutron firewall-rule-create --protocol tcp --action allow --name R1"
  - "neutron firewall-rule-create --protocol udp --action allow --name R2"
  - "neutron firewall-policy-create P1 --firewall-rules R1"
  - "neutron firewall-policy-create P2 --firewall-rules R2"
  - "neutron firewall-create P1 --name FW1"
  - "neutron firewall-update FW1 --policy P2"

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


References