]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Optimize query in _select_dhcp_ips_for_network_ids
authorKevin Benton <blak111@gmail.com>
Fri, 17 Oct 2014 04:27:47 +0000 (21:27 -0700)
committerKevin Benton <blak111@gmail.com>
Fri, 17 Oct 2014 20:52:39 +0000 (13:52 -0700)
commit8d430a7f2e903dda06d8d75d6abcd63423c4c0a1
tree2b0b5338e24405013b275e1ccb453254a613154c
parenta49f8e9ebfd30db5c2f9796beb22de758cd139c1
Optimize query in _select_dhcp_ips_for_network_ids

Only query the DB for relevant columns instead of
all of the port columns.

Partial-Bug: #1373851
Change-Id: I32cd4a0bc6799ce77cea13188676308e3e641d19
neutron/db/securitygroups_rpc_base.py