File: README.rst

package info (click to toggle)
networking-generic-switch 8.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,164 kB
  • sloc: python: 9,272; sh: 373; makefile: 23
file content (29 lines) | stat: -rw-r--r-- 1,424 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
============================================
Networking-generic-switch Neutron ML2 driver
============================================

.. image:: https://governance.openstack.org/tc/badges/networking-generic-switch.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

This is a Modular Layer 2 `Neutron Mechanism driver
<https://wiki.openstack.org/wiki/Neutron/ML2>`_. 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.