neutron-fwaas/neutron_fwaas
Cedric Brandily 651069db85 Optimize _make_firewall_dict_with_rules db queries
This change optimizes _make_firewall_dict_with_rules implementation by
getting rules for a firewall in one db query instead of one db query per
rule (previous implementation). It improves performance: typically on
my deployment _make_firewall_dict_with_rules for a firewall with 1000
rules takes 0.2s instead of 12s with previous implementation.

Change-Id: Ia5cd39ec4ee388fab21884d08e2b19f6f6c484d5
Closes-Bug: #1658817
(cherry picked from commit 8a97921783)
2017-01-25 10:22:37 +01:00
..
common Remove dependency on neutron for topics 2015-12-04 19:46:48 +00:00
db Optimize _make_firewall_dict_with_rules db queries 2017-01-25 10:22:37 +01:00
extensions FWaaS: make use of neutron_lib constants 2016-03-01 04:40:36 -08:00
services FWaaS: make use of neutron_lib constants 2016-03-01 04:40:36 -08:00
tests Follow the recent tempest change 2016-09-29 16:03:46 +00:00
__init__.py py34: Fix usage of gettext.install 2015-07-28 16:29:59 +00:00
_i18n.py Update translation setup 2016-01-29 07:09:03 +09:00
opts.py FWaaS quota registration 2016-02-13 19:17:43 -08:00
version.py After the services split, get neutron-fwaas Jenkins jobs passing 2014-12-09 00:00:29 -07:00