File: setup.cfg

package info (click to toggle)
networking-mlnx 1%3A16.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 816 kB
  • sloc: python: 5,665; sh: 209; makefile: 27
file content (63 lines) | stat: -rw-r--r-- 1,875 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
[metadata]
name = networking-mlnx
summary = Mellanox Networking
description-file =
    README.rst
author = Mellanox
author-email = openstack@mellanox.com
home-page = http://www.mellanox.com/
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 :: 3
    Programming Language :: Python :: 3.6
    Programming Language :: Python :: 3.7

[files]
packages =
    networking_mlnx

[global]
setup-hooks =
    pbr.hooks.setup_hook

[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source

[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = networking-mlnx/locale/networking-mlnx.pot

[compile_catalog]
directory = networking-mlnx/locale
domain = networking-mlnx

[update_catalog]
domain = networking-mlnx
output_dir = networking-mlnx/locale
input_file = networking-mlnx/locale/networking-mlnx.pot

[wheel]
universal = 1

[entry_points]
console_scripts =
    neutron-mlnx-agent = networking_mlnx.cmd.eventlet.agents.mlnx_agent:main
    eswitchd = networking_mlnx.eswitchd.eswitch_daemon:main
    ebrctl = networking_mlnx.eswitchd.cli.ebrctl:main
neutron.ml2.mechanism_drivers =
    mlnx_sdn_assist = networking_mlnx.plugins.ml2.drivers.sdn.sdn_mech_driver:SDNMechanismDriver
    mlnx_infiniband = networking_mlnx.plugins.ml2.drivers.mlnx.mech_mlnx:MlnxMechanismDriver
neutron.db.alembic_migrations =
    networking-mlnx = networking_mlnx.db.migration:alembic_migrations
neutron.interface_drivers =
    ipoib = networking_mlnx.linux.interface_drivers.interface:IPoIBInterfaceDriver
    multi = networking_mlnx.linux.interface_drivers.interface:MultiInterfaceDriver