Reviewed: https://review.opendev.org/709070 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4739a4febb8c77e5a0ca48bc77ae4dccd9f8a81e Submitter: Zuul Branch: master
commit 4739a4febb8c77e5a0ca48bc77ae4dccd9f8a81e Author: Slawek Kaplonski <[email protected]> Date: Thu Feb 20 05:22:30 2020 +0100 Ensure that default SG exists during list of SG rules API call During processing of security group rule list API call Neutron will now ensure that default security group for project given in the filters or in the context exists. It is similar to what is done for list of security groups or creation of new network/port in the project. Change-Id: Id6fee5a752968b356b884d939b708a420016c9bc Closes-Bug: #1864171 ** 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/1864171 Title: Default security group rules not created during list of SG rules Status in neutron: Fix Released Bug description: When new project is created and e.g. first port/network is created for it, or e.g. security groups list/show API call is done, it always ensures that default security group with default rules exists for this project. But it's not the case during security group rule list API call, so if new project list security group rules as first call, it will not see those 4 default rules. This should be changed and during this call Neutron should ensure that default SG is already created. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1864171/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

