yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #34700
[Bug 1441205] Re: Re-use callers session in ML2 DB methods
** 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/1441205
Title:
Re-use callers session in ML2 DB methods
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
The get_port_from_device_mac() and get_sg_ids_grouped_by_port() methods in ML2 db.py module
do not use a session passed in from the caller, but instead create a new session.
This should be changed so that the caller's session is passed in to be consistent with
other methods in ML2 db.py.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1441205/+subscriptions
References