neutron/neutron/tests/functional/objects
Rodolfo Alonso Hernandez 6eaa6d83d7 Randomize segmentation ID assignation
If plugin "network_segment_range" is not enabled and a new segment
is required, if no segmentation ID is provided in the request, the
segmentation ID assigned is randomly retrieved from the non
allocated segmentation IDs.

The goal is to improve the concurrent network (and segment) creation.
If several segments are created in parallel, this random query
will return a different segmentation ID to each one, avoiding the
database retry request.

Closes-Bug: #1920923

Change-Id: Id3f71611a00e69c4f22340ca4d05d95e4373cf69
2021-03-24 13:56:09 +00:00
..
plugins Randomize segmentation ID assignation 2021-03-24 13:56:09 +00:00
__init__.py Test SQL cast in "get_total_reservations_map" 2021-03-18 09:47:58 +00:00
test_quota.py Test SQL cast in "get_total_reservations_map" 2021-03-18 09:47:58 +00:00