Files
python-ganttclient/nova/tests
Boris Pavlovic 4b8d54ffd2 Optimize db.instance_floating_address_get_all method
Optimize db.instance_floating_address_get_all
Was:
Get FixedIps with corresponding instance_uuid
For each FixedIp get associated FloatIp (N request)
Now:
Get only list of FixedIps ids
Get all corresponding FloatingIp with one query (select in)
Get only addresses from FloatingIps (because we are using only it)

Add temporary test for db.instance_floating_address_get_all to
ensure that it works as expected.

Change-Id: Id3c515de0ca35707bbfe46b991c2d7cf591e431b
2013-05-08 17:16:46 +04:00
..
2013-04-10 11:48:09 -07:00
2013-01-30 11:58:42 +00:00