neutron/neutron/objects/plugins
Rodolfo Alonso Hernandez 4fff732b76 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
(cherry picked from commit 016e7826f1)
(cherry picked from commit 651eb12bec)
2020-04-21 14:56:49 +00:00
..
ml2 Improve VLAN allocations synchronization 2020-04-21 14:56:49 +00:00
__init__.py OVO for VlanAllocation 2016-12-07 18:33:43 +00:00