Add file to the reno documentation build to show release notes for stable/2023.2. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2023.2. Sem-Ver: feature Change-Id: Idf7fbdf6574778bb7771f2e9a22d5491fd817ad6 |
||
---|---|---|
devstack | ||
doc | ||
etc/neutron/plugins/ml2 | ||
networking_generic_switch | ||
releasenotes | ||
tempest_plugin | ||
tools | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
README.rst
Networking-generic-switch Neutron ML2 driver
This is a Modular Layer 2 Neutron Mechanism
driver. The mechanism driver is responsible for applying
configuration information to hardware equipment.
GenericSwitch
provides a pluggable framework to implement
functionality required for use-cases like OpenStack Ironic multi-tenancy
mode. It abstracts applying changes to all switches managed by this ML2
plugin and handling local_link_information
field of Neutron
port.
Networking-generic-switch is distributed under the terms of the Apache License, Version 2.0. The full terms and conditions of this license are detailed in the LICENSE file.
Project resources
- Documentation: https://docs.openstack.org/networking-generic-switch/latest/
- Source: https://opendev.org/openstack/networking-generic-switch
- Bugs: https://bugs.launchpad.net/networking-generic-switch
- Release notes: https://docs.openstack.org/releasenotes/networking-generic-switch/
For information on how to contribute to Networking-generic-switch, see https://docs.openstack.org/networking-generic-switch/latest/contributing.html.