-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathsetup.cfg
More file actions
50 lines (47 loc) · 2.05 KB
/
setup.cfg
File metadata and controls
50 lines (47 loc) · 2.05 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
[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.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_sfc
[entry_points]
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