neutron/neutron/plugins/ml2/drivers
Rodolfo Alonso Hernandez 016e7826f1 Improve VLAN allocations synchronization
In order to reduce the number of elements retrieved from the DB, this
patch, before processing the VLAN allocations per physical network,
deleted those registers belonging to any unconfigured physical network.

The VLAN registers per physical network are deleted using a bulk delete
operation, to speed up the process.

Those missing VLAN registers per network are now created using a bulk
insert operation, available in the ORM. This bulk operation speeds up
the sync process.

Change-Id: I8568e2277e157754aaff87a059a40e34e6a43e2b
Partial-Bug: #1862178
2020-02-11 18:26:25 +00:00
..
agent remove neutron.common.constants 2019-04-04 14:10:26 -06:00
l2pop ovs agent: signal to plugin if tunnel refresh needed 2020-01-09 14:18:43 +00:00
linuxbridge Use "via" in gateway dictionary in Linux Bridge agent 2019-12-12 10:30:58 +00:00
macvtap Add "connectivity" parameter in vif_details 2019-07-05 10:13:11 +00:00
mech_sriov Use effective MAC address for macvtap assigned VFs 2020-01-07 17:22:21 +02:00
openvswitch Remove sleep command when retrieving OVS dp 2020-01-30 15:34:45 +00:00
ovn Merge "[OVN] Add an interval between agents health checks" 2020-02-09 12:44:53 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
helpers.py Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
mech_agent.py Add "connectivity" parameter in vif_details 2019-07-05 10:13:11 +00:00
type_flat.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_geneve.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_gre.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_local.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
type_tunnel.py Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
type_vlan.py Improve VLAN allocations synchronization 2020-02-11 18:26:25 +00:00
type_vxlan.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00