File: setup.cfg

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 (68 lines) | stat: -rw-r--r-- 3,606 bytes parent folder | download
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[metadata]
name = networking-generic-switch
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/networking-generic-switch/latest/
summary = Generic Switch ML2 Neutron Driver
python_requires = >=3.10
classifier =
    Environment :: OpenStack
    Intended Audience :: System Administrators
    Intended Audience :: Information Technology
    License :: OSI Approved :: Apache Software License
    Operating System :: OS Independent
    Programming Language :: Python
    Programming Language :: Python :: Implementation :: CPython
    Programming Language :: Python :: 3 :: Only
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.10
    Programming Language :: Python :: 3.11
    Programming Language :: Python :: 3.12

description_file =
    README.rst

[files]
packages =
    networking_generic_switch

[entry_points]
neutron.ml2.mechanism_drivers =
    genericswitch = networking_generic_switch.generic_switch_mech:GenericSwitchDriver
neutron.service_plugins =
    genericswitch_security_group = networking_generic_switch.generic_switch_sg:GenericSwitchSecurityGroupHandler

generic_switch.devices =
    netmiko_ovs_linux = networking_generic_switch.devices.netmiko_devices.ovs:OvsLinux
    netmiko_cisco_ios = networking_generic_switch.devices.netmiko_devices.cisco:CiscoIos
    netmiko_cisco_nxos = networking_generic_switch.devices.netmiko_devices.cisco:CiscoNxOS
    netmiko_cisco_s300= networking_generic_switch.devices.netmiko_devices.cisco300:Cisco300
    netmiko_huawei = networking_generic_switch.devices.netmiko_devices.huawei:Huawei
    netmiko_huawei_vrpv8 = networking_generic_switch.devices.netmiko_devices.huawei_vrpv8:Huawei
    netmiko_arista_eos = networking_generic_switch.devices.netmiko_devices.arista:AristaEos
    netmiko_dell_os10 = networking_generic_switch.devices.netmiko_devices.dell:DellOS10
    netmiko_dell_force10 = networking_generic_switch.devices.netmiko_devices.dell:DellNos
    netmiko_dell_powerconnect = networking_generic_switch.devices.netmiko_devices.dell:DellPowerConnect
    netmiko_brocade_fastiron = networking_generic_switch.devices.netmiko_devices.brocade:BrocadeFastIron
    netmiko_ruijie = networking_generic_switch.devices.netmiko_devices.ruijie:Ruijie
    netmiko_hpe_comware = networking_generic_switch.devices.netmiko_devices.hpe:HpeComware
    netmiko_hp_comware = networking_generic_switch.devices.netmiko_devices.hpe:HpeComware
    netmiko_juniper = networking_generic_switch.devices.netmiko_devices.juniper:Juniper
    netmiko_mellanox_mlnxos = networking_generic_switch.devices.netmiko_devices.mellanox_mlnxos:MellanoxMlnxOS
    netmiko_cumulus = networking_generic_switch.devices.netmiko_devices.cumulus:Cumulus
    netmiko_cumulus_nvue = networking_generic_switch.devices.netmiko_devices.cumulus:CumulusNVUE
    netmiko_sonic = networking_generic_switch.devices.netmiko_devices.sonic:Sonic
    netmiko_supermicro_smis = networking_generic_switch.devices.netmiko_devices.smc:SupermicroSmis
    netmiko_nokia_srl = networking_generic_switch.devices.netmiko_devices.nokia:NokiaSRL
    netmiko_pluribus = networking_generic_switch.devices.netmiko_devices.pluribus:Pluribus
    netmiko_aruba_os = networking_generic_switch.devices.netmiko_devices.aruba:ArubaOSCX
    netmiko_fake = networking_generic_switch.devices.netmiko_devices.fake:Fake
tempest.test_plugins =
    ngs_tests = tempest_plugin.plugin:NGSTempestPlugin

[codespell]
quiet-level = 4
# Words to ignore:
# cna: Intel CNA card
# assertIn: Python's unittest method
ignore-words-list = cna,assertIn