yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #82529
[Bug 1875849] Re: not ensure default security group exists when filter by project_id
Reviewed: https://review.opendev.org/724264
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=76fa308ca9c45405657432c2ade83009dcbc9aa1
Submitter: Zuul
Branch: master
commit 76fa308ca9c45405657432c2ade83009dcbc9aa1
Author: zhouhenglc <zhouhenglc@xxxxxxxxxx>
Date: Wed Apr 29 17:11:37 2020 +0800
ensure default security group exists when filter by project_id
now filter security groups by tenant_id, will auto ensure default security
group, but project_id not. tenant_id is deprecated, we are used to filtering
by project_id.
Closes-bug: #1875849
Change-Id: I3f1a2698768e2d66811bb290a892a1b089dff4ed
** 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/1875849
Title:
not ensure default security group exists when filter by project_id
Status in neutron:
Fix Released
Bug description:
when we filter security groups by 'tenant_id', neutron will ensure this project has default security group.
when we filter by 'project_id', neutron not ensure this project has default security group.
if it is new project, filter by 'tenant_id' will return one security group. filter by 'project_id' will return empty list.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1875849/+subscriptions
References