yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #90869
[Bug 1917866] Re: No need to fetch whole network object on port create
Fix merged and released.
** 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/1917866
Title:
No need to fetch whole network object on port create
Status in neutron:
Fix Released
Bug description:
DB plugin checks for network existence during port create:
https://github.com/openstack/neutron/blob/cb64e3a19fdddb3eac593114a482c9dd69be68d5/neutron/db/db_base_plugin_v2.py#L1422
There is no need to fetch the whole net object (which leads to several
heavy DB requests according to OSProfiler stats) when only need to
check net existence.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1917866/+subscriptions
References