-
Notifications
You must be signed in to change notification settings - Fork 11
/
setup.cfg
67 lines (60 loc) · 2.17 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
[metadata]
name = neutron-ml2-driver-apic
summary = Neutron ML2 driver for Cisco APIC
description-file =
README.rst
author = OpenStack
author-email = [email protected]
home-page = http://www.openstack.org/
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 :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]
packages =
apic_ml2
data_files =
etc/neutron/rootwrap.d =
etc/neutron/rootwrap.d/cisco-apic.filters
etc/neutron/plugins/ml2 =
etc/neutron/plugins/ml2/ml2_conf_cisco_apic.ini
etc/neutron/plugins/ml2 =
etc/neutron/plugins/ml2/cisco_apic_network_constraints.ini
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = neutron/locale
domain = neutron
[update_catalog]
domain = neutron
output_dir = neutron/locale
input_file = neutron/locale/neutron.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = neutron/locale/neutron.pot
[entry_points]
console_scripts =
apic-ml2-db-manage = apic_ml2.neutron.db.migration.cli:main
opflex-ns-proxy = apic_ml2.neutron.agent.metadata.namespace_proxy:main
neutron-cisco-apic-service-agent = apic_ml2.neutron.plugins.ml2.drivers.cisco.apic.apic_topology:service_main
neutron-cisco-apic-host-agent = apic_ml2.neutron.plugins.ml2.drivers.cisco.apic.apic_topology:agent_main
neutron.service_plugins =
cisco_apic_l3 = apic_ml2.neutron.services.l3_router.l3_apic:ApicL3ServicePlugin
neutron.ml2.mechanism_drivers =
cisco_apic_ml2 = apic_ml2.neutron.plugins.ml2.drivers.cisco.apic.mechanism_apic:APICMechanismDriver
neutron.ml2.extension_drivers =
apic_ml2 = apic_ml2.neutron.plugins.ml2.drivers.cisco.apic.extension_driver:ApicExtensionDriver