yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #51896
[Bug 1587973] Re: DhcpAgentSchedulerDbMixin.get_dhcp_agents_hosting_networks fails for many networks
Reviewed: https://review.openstack.org/324005
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6290af9cf97d4ee323ba988733e026a27695e9fa
Submitter: Jenkins
Branch: master
commit 6290af9cf97d4ee323ba988733e026a27695e9fa
Author: Brandon Logan <brandon.logan@xxxxxxxxxxxxx>
Date: Wed Jun 1 11:10:08 2016 -0500
Fix getting dhcp agents for multiple networks
The method to get dhcp agents for networks takes as a an argument
the ability to send a list of network_ids. However, this method
is really only being used to send in a list of one network_id, but
there don't seem to be any usages where it is being used for many
network_ids. Since its not being used, this hasn't been caught yet.
Change-Id: I6f07ed50b29448d279a4fd5f9d392af3a8490340
Closes-Bug: #1587973
** 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/1587973
Title:
DhcpAgentSchedulerDbMixin.get_dhcp_agents_hosting_networks fails for
many networks
Status in neutron:
Fix Released
Bug description:
DhcpAgentSchedulerDbMixin.get_dhcp_agents_hosting_networks takes
network_ids as a parameter but fails when more than one network_id is
passed in because of a wrong usage of sql alchemy in clause.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1587973/+subscriptions
References