]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Quick optimization to avoid a query if no ports have fixed ips
authorCarl Baldwin <carl.baldwin@hpe.com>
Wed, 7 Oct 2015 19:49:27 +0000 (19:49 +0000)
committerCarl Baldwin <carl@ecbaldwin.net>
Fri, 9 Oct 2015 20:36:17 +0000 (20:36 +0000)
commit655a1a214736e91e2f0e6186c9650946883bea41
tree0c8ccb946e4a771aa1a021e091d0b7c528727399
parent17429ac5c8dd16b38e070b75004a97c3e5463438
Quick optimization to avoid a query if no ports have fixed ips

I just noticed this trivial optimization while working on address
scopes changes.

Change-Id: I6f852f47c3d9ae5d0bf7a9950e8829f8bcb63cff
neutron/db/l3_db.py