-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
58 lines (53 loc) · 1.93 KB
/
setup.cfg
File metadata and controls
58 lines (53 loc) · 1.93 KB
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
[metadata]
name = networking-sr
summary = Networking Segment Routing is neutron plugin to manage segment routing in openstack.
description-file =
README.rst
author = Hirofumi Ichihara
author-email = hirofumi.ichihara@linecorp.com
home-page = https://github.com/line/networking-sr
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 :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[files]
packages =
networking_sr
data_files =
etc/neutron/policy.d =
etc/neutron/policy.d/srv6.conf
[entry_points]
console_scripts =
neutron-sr-agent = networking_sr.cmd.eventlet.sr_agent:main
neutron-srgw-agent = networking_sr.cmd.eventlet.srgw_agent:main
neutron.ml2.mechanism_drivers =
sr = networking_sr.ml2.mech_driver.mech_sr:SrMechanismDriver
neutron.interface_drivers =
sr = networking_sr.agent.interface:SrInterfaceDriver
neutron.agent.firewall_drivers =
iptables_vrf = networking_sr.agent.iptables_vrf_firewall:VrfBasedIptablesFirewallDriver
neutron.ml2.type_drivers =
srv6 = networking_sr.ml2.type_srv6:Srv6TypeDriver
srv6vrf = networking_sr.ml2.type_srv6vrf:Srv6VrfTypeDriver
neutron.db.alembic_migrations =
networking-sr = networking_sr.db.migration:alembic_migrations
neutron.service_plugins =
sr = networking_sr.services.plugin:SRv6EncapNetworkPlugin
[compile_catalog]
directory = networking_sr/locale
domain = networking_sr
[update_catalog]
domain = networking_sr
output_dir = networking_sr/locale
input_file = networking_sr/locale/networking_sr.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = networking_sr/locale/networking_sr.pot