File: setup.cfg

package info (click to toggle)
networking-baremetal 7.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 808 kB
  • sloc: python: 5,087; sh: 98; makefile: 35
file content (50 lines) | stat: -rw-r--r-- 1,873 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
[metadata]
name = networking-baremetal
summary = Neutron plugin that provides deep Ironic/Neutron integration.
description_file =
    README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/networking-baremetal/latest/
python_requires = >=3.10
classifier =
    Environment :: OpenStack
    Intended Audience :: Information Technology
    Intended Audience :: System Administrators
    License :: OSI Approved :: Apache Software License
    Operating System :: POSIX :: Linux
    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

[files]
packages =
    networking_baremetal

[entry_points]
oslo.config.opts =
    ironic-neutron-agent = networking_baremetal.agent.ironic_neutron_agent:list_opts
    ironic-client = networking_baremetal.ironic_client:list_opts
    baremetal = networking_baremetal.config:list_opts
    common-device-driver-opts = networking_baremetal.config:list_common_device_driver_opts
    netconf-openconfig-driver-opts = networking_baremetal.drivers.netconf.openconfig:list_driver_opts

console_scripts =
    ironic-neutron-agent = networking_baremetal.agent.ironic_neutron_agent:main

neutron.ml2.mechanism_drivers =
    baremetal = networking_baremetal.plugins.ml2.baremetal_mech:BaremetalMechanismDriver

networking_baremetal.drivers =
    netconf-openconfig = networking_baremetal.drivers.netconf.openconfig:NetconfOpenConfigDriver

[codespell]
quiet-level = 4
# Words to ignore:
# assertIn: Python's unittest method
ignore-words-list = assertIn
skip = releasenotes/notes/force-exit-on-comm-failure-d0a584af6a3bb373.yaml