OpenStack Networking (Neutron)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
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
2 years ago
api-ref Fix some typos 7 years ago
devstack [OVN] security group logging support (2 of 2) 2 years ago
doc ovn-migration: UNDERCLOUD_NODE_USER variable 2 years ago
etc Remove rootwrap execution (6) 2 years ago
neutron Randomize segmentation ID assignation 2 years ago
playbooks Merge "Convert neutron-grenade-ovn job to be zuulv3" 3 years ago
rally-jobs [ci] Fix several rally task arguments 3 years ago
releasenotes Merge "[SR-IOV] Add support for ACCELERATOR_DIRECT VNIC type" 2 years ago
roles [OVN] Use the OVN DevStack module 3 years ago
tools ovn-migration: Add doctext explaining VXLAN to Geneve migration 2 years ago
vagrant/ovn Fix local neutron folder path in ovn/sparse/Vagrantfile 3 years ago
zuul.d [OVN] Set OVN_BUILD_FROM_SOURCE=True for ovs-master jobs 2 years ago
.coveragerc Cleanup coverage configuration 7 years ago
.gitignore Add etc/neutron/*.sample files to be ignored by git 4 years ago
.gitreview OpenDev Migration Patch 4 years ago
.mailmap Add mailmap entry 9 years ago
.pylintrc Remove "six" library 3 years ago
.stestr.conf Fix post gate hook to accommodate for new os-testr 6 years ago
CONTRIBUTING.rst [Community goal] Add contributor and PTL guide 3 years ago
HACKING.rst Remove "six" library 3 years ago
LICENSE Adding Apache Version 2.0 license file. This is the official license agreement under which Quantum code is available to 12 years ago
README.rst Start README.rst with a better title 4 years ago
TESTING.rst [Docs] Guide about running and debugging tempest tests 2 years ago
bindep.txt include python36-devel in bindep, for tests 3 years ago
lower-constraints.txt Merge "Bump neutron-lib to 2.10.1" 2 years ago
plugin.spec Add OVN migration OSP 16.2 option 2 years ago
requirements.txt Merge "Bump neutron-lib to 2.10.1" 2 years ago
setup.cfg Add port device profile extension 2 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Follow-up: Move linters dependencies to tox.ini 2 years ago
tox.ini Merge "Follow-up: Move linters dependencies to tox.ini" 2 years ago

README.rst

OpenStack Neutron

image

Neutron is an OpenStack project to provide "network connectivity as a service" between interface devices (e.g., vNICs) managed by other OpenStack services (e.g., Nova).

To learn more about neutron:

Get in touch via email. Use [Neutron] in your subject.

To learn how to contribute, please read the CONTRIBUTING.rst file.