Comment 3 for bug 1236704

Revision history for this message
Salvatore Orlando (salvatore-orlando) wrote : Re: neutron API calls taking lot of time

This issue indeed does not affect Havana - the root cause is the fact that the policy engine makes a db access for every item returned by a get.
The fix for Grizzly (and Folsom) is rather extensive, and possibly not acceptable as a backport.

I can try and work out a smaller fix for reducing the number of db accesses performed by this operation.