Two frequently called functions were querying the routerport table
and the corresponding ports just to get the port ID. Then they were
calling get_ports again with those port IDs, resulting in two queries
to the port table when there should have only been one.
This eliminates the second call to get_ports since all of the necessary
data hase been retrieved from the port table.
Reviewed: https:/ /review. openstack. org/174842 /git.openstack. org/cgit/ openstack/ neutron/ commit/ ?id=3310c3c3d4c 05c0d13f32f08f9 78ba4813e2a39a
Committed: https:/
Submitter: Jenkins
Branch: master
commit 3310c3c3d4c05c0 d13f32f08f978ba 4813e2a39a
Author: Kevin Benton <email address hidden>
Date: Fri Apr 17 04:28:58 2015 -0700
Remove double queries in l3 DB get methods
Two frequently called functions were querying the routerport table
and the corresponding ports just to get the port ID. Then they were
calling get_ports again with those port IDs, resulting in two queries
to the port table when there should have only been one.
This eliminates the second call to get_ports since all of the necessary
data hase been retrieved from the port table.
Change-Id: I806e9c380b7de0 48fe084b2baf4b6 f92ab0edf6b
Partial-Bug: #1445412