forked from openstack/networking-sfc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
55 lines (52 loc) · 2.27 KB
/
Copy pathsetup.cfg
File metadata and controls
55 lines (52 loc) · 2.27 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
[metadata]
name = networking-sfc
summary = APIs and implementations to support Service Function Chaining in Neutron.
description-file = README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/networking-sfc/latest/
python-requires = >=3.6
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.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[files]
packages =
networking_sfc
[entry_points]
neutronclient.extension=
flow_classifier = networking_sfc.cli.flow_classifier
port_chain = networking_sfc.cli.port_chain
port_pair = networking_sfc.cli.port_pair
port_pair_group = networking_sfc.cli.port_pair_group
neutron.db.alembic_migrations =
networking-sfc = networking_sfc.db.migration:alembic_migrations
neutron.service_plugins =
flow_classifier = networking_sfc.services.flowclassifier.plugin:FlowClassifierPlugin
sfc = networking_sfc.services.sfc.plugin:SfcPlugin
networking_sfc.sfc.drivers =
dummy = networking_sfc.services.sfc.drivers.dummy.dummy:DummyDriver
ovs = networking_sfc.services.sfc.drivers.ovs.driver:OVSSfcDriver
networking_sfc.flowclassifier.drivers =
dummy = networking_sfc.services.flowclassifier.drivers.dummy.dummy:DummyDriver
ovs = networking_sfc.services.flowclassifier.drivers.ovs.driver:OVSFlowClassifierDriver
neutron.agent.l2.extensions =
sfc = networking_sfc.services.sfc.agent.extensions.sfc:SfcAgentExtension
networking_sfc.sfc.agent_drivers =
ovs = networking_sfc.services.sfc.agent.extensions.openvswitch.sfc_driver:SfcOVSAgentDriver
oslo.config.opts =
networking-sfc = networking_sfc.opts:list_sfc_opts
networking-sfc.quotas = networking_sfc.opts:list_quota_opts
oslo.policy.policies =
networking-sfc = networking_sfc.policies:list_rules
neutron.policies =
networking-sfc = networking_sfc.policies:list_rules