← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1866160] Re: Update security group failed with the same stateful data

 

Reviewed:  https://review.opendev.org/711385
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2b56e60140dd07f24fd8f1adf08ae8b213cea4ca
Submitter: Zuul
Branch:    master

commit 2b56e60140dd07f24fd8f1adf08ae8b213cea4ca
Author: Lina He <lina.he@xxxxxxxxx>
Date:   Thu Mar 5 06:07:29 2020 +0000

    Unblock security group update with same stateful data
    
    Closes-Bug: #1866160
    Blueprint: stateless-security-groups
    
    Change-Id: I46d80a2a4f114a6775827ab3caa61dee9f5f1361


** Changed in: neutron
       Status: In Progress => Fix Released

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

Title:
  Update security group failed with the same stateful data

Status in neutron:
  Fix Released

Bug description:
  With the merge of the stateless support
  patchset(https://review.opendev.org/#/c/572767/48).

  We found a failing scenario that the stateful configuration can't be
  updated when updating with the same stateful configuration.

  To reproduce:
  - Create a security group with stateful False(True)
  - Add this security group to the port
  - Update the security group to be stateful False(True)

  The update will fail because the security group is used by the port.

  The security groups should be updatable with the same stateful data.

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


References