neutron/neutron/tests
Rodolfo Alonso Hernandez 29d5570ab3 Improve the SG RPC callback ``security_group_info_for_ports``
This method populates the SG rules in a dictionary. Each SG rule
inherits the "stateful" value of the SG. Prior to this patch, each
SG rule was isuing a database call to retrieve the SG register.

In this patch, the SG "stateful" retrieval is done in one database
query for all SG. That improves the performance of this method
reducing the database access to only one single call.

This improvement, as commented in the LP bug, affects to
ML2/LinuxBridge. ML2/OVS agent uses a cached RPC implementation
that not requires to perform any RPC call/database query.

Closes-Bug: #2045950
Change-Id: Iafd0419a1d1eeb25d5589edc2570ebf287450957
(cherry picked from commit 6b6abb9698)
2023-12-21 19:49:55 +00:00
..
common Add new debugging logs for ``ARPSpoofTestCase`` 2023-01-19 17:32:36 +01:00
contrib Add "quota-check-limit" extension to OVN extension list 2021-11-26 09:50:26 +00:00
etc Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
fullstack [Fullstack] Double check that agent is dead when it should be dead 2023-12-07 07:47:16 +00:00
functional [OVN][FT] Make explicit the "publish" call check in "test_port_forwarding" 2023-12-19 07:24:38 +00:00
unit Improve the SG RPC callback ``security_group_info_for_ports`` 2023-12-21 19:49:55 +00:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Disable pool recycle in tests 2023-07-04 12:54:49 +00:00
post_mortem_debug.py
tools.py Extend database to support portforwardings with port range 2022-03-15 09:10:23 -03:00