e20ef3fa86cd61c20559441fb47eba62515885f2
This patch implements 'qinq' API extension in the Neutron server. It means that this new attribute is now added for the "vlan" networks to the network dict and returned through the API. This patch also adds validation that both "vlan_transparent" and "qinq" aren't enabled for the same network at the same time as this is not supported. This patch adds all the necessary bits to store value of the new attribute in the Neutron DB and to add support for it to the Network OVO. Finally it also adds check_vlan_qinq() method to all mechanism drivers which are in-tree. For now all of them declare that QinQ vlans are not supported. Related-Bug: #1915151 Change-Id: I427edfd580eb06aa4f6904f90ff28cf8b5267397
OpenStack Neutron
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:
- Documentation: https://docs.openstack.org/neutron/latest/
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
- Source: https://opendev.org/openstack/neutron
If you would like to contribute to Neutron, please read the file CONTRIBUTING.rst or see the Neutron contributor guide:
https://docs.openstack.org/neutron/latest/contributor/contributing.html
Get in touch via email. Use [Neutron] in your subject.
Description
Languages
Python
99.7%
Shell
0.3%