-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
41 lines (37 loc) · 1.47 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
[metadata]
name = networking-ccloud
summary = OpenStack Neutron multivendor ml2 vxlan fabric driver
description_file =
README.md
author = SAP SE Converged Cloud
author_email =
home_page = https://github.com/sapcc/networking-ccloud
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 :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
[files]
packages =
networking_ccloud
[entry_points]
console_scripts =
cc-netbox-config-gen = networking_ccloud.tools.netbox_config_gen:main
cc-netbox-model = networking_ccloud.tools.netbox_model:main
cc-config-check = networking_ccloud.tools.config_check:main
cc-eos-switch-agent = networking_ccloud.ml2.agent.eos.agent:main
cc-nxos-switch-agent = networking_ccloud.ml2.agent.nxos.agent:main
cc-rpc-caller = networking_ccloud.tools.agent_rpc_caller:main
neutron.ml2.mechanism_drivers =
cc-fabric = networking_ccloud.ml2.mech_driver:CCFabricMechanismDriver
neutron.db.alembic_migrations =
networking-ccloud = networking_ccloud.db.migration:alembic_migrations