-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
executable file
·73 lines (58 loc) · 1.93 KB
/
setup.cfg
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
69
70
71
72
73
[metadata]
name =asr1k-neutron-l3
summary = Cisco ASR1K driver OpenStack Neutron
description-file =
README.md
author = SAP SE
author-email =
home-page = https://github.com/sapcc/asr1k-neutron-l3
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.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[files]
packages =
asr1k_neutron_l3
data_files =
etc/neutron =
etc/neutron/plugins/ml2/ml2_conf_asr1k.ini
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
asr1k-l3-agent = asr1k_neutron_l3.plugins.l3.agents.asr1k_l3_agent:main
asr1k-ml2-agent = asr1k_neutron_l3.plugins.ml2.agents.asr1k_ml2_agent:main
neutron.service_plugins =
asr1k_l3_routing = asr1k_neutron_l3.plugins.l3.service_plugins.asr1k_router_plugin:ASR1KRouterPlugin
neutron.ml2.mechanism_drivers =
asr1k_ml2 = asr1k_neutron_l3.plugins.ml2.drivers.mech_asr1k.driver:ASR1KMechanismDriver
neutron.db.alembic_migrations =
asr1k-neutron-l3 = asr1k_neutron_l3.db.migration:alembic_migrations
openstack.cli.extension =
asr1k = asr1k_neutron_l3.client_plugins.client
openstack.asr1k.v2 =
asr1k_devices_update = asr1k_neutron_l3.client_plugins.v2.devices:UpdateDevices
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = asr1k_neutron_l3/locale/asr1k_neutron_l3.pot
[compile_catalog]
directory = asr1k_neutron_l3/locale
domain = asr1k_neutron_l3
[update_catalog]
domain = asr1k_neutron_l3
output_dir = asr1k_neutron_l3/locale
input_file = asr1k_neutron_l3/locale/asr1k_neutron_l3.pot
[wheel]
universal = 1