Metadata-Version: 2.1
Name: networking-generic-switch
Version: 7.5.1.dev3
Summary: Generic Switch ML2 Neutron Driver
Home-page: https://github.com/openstack/networking-generic-switch
Author: Mirantis
Author-email: mos-ironic@mirantis.com
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: etcd3gw>=2.1.0
Requires-Dist: eventlet>=0.18.2
Requires-Dist: stevedore>=1.20.0
Requires-Dist: netmiko>=4.1.1
Requires-Dist: neutron>=13.0.0.0b1
Requires-Dist: neutron-lib>=1.18.0
Requires-Dist: oslo.config>=5.2.0
Requires-Dist: oslo.i18n>=3.15.3
Requires-Dist: oslo.log>=3.36.0
Requires-Dist: oslo.utils>=3.40.2
Requires-Dist: tenacity>=6.0.0
Requires-Dist: tooz>=2.5.1

============================================
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.

