forked from openstack-archive/networking-cisco
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
executable file
·95 lines (77 loc) · 3.3 KB
/
Copy pathsetup.cfg
File metadata and controls
executable file
·95 lines (77 loc) · 3.3 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[metadata]
name = networking-cisco
summary = Networking Cisco contains drivers for OpenStack Neutron to support Cisco equipment and products
description-file =
README.rst
author = Cisco Systems
author-email = openstack-networking@cisco.com
home-page = https://github.com/openstack/networking-cisco
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.5
[files]
packages =
networking_cisco
networking_cisco_tempest_plugin
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
neutron-cisco-topology-agent = networking_cisco.agent.agent:main
neutron-cisco-db-tool = networking_cisco.ml2_drivers.ndfc.db_tool:main
cpnr-rootwrap = oslo_rootwrap.cmd:main
neutron.ml2.type_drivers =
nd = networking_cisco.ml2_drivers.ndfc.type_nd:NdfcNdTypeDriver
neutron.ml2.mechanism_drivers =
ndfc = networking_cisco.ml2_drivers.ndfc.mech_ndfc:NDFCMechanismDriver
# Extension Drivers
neutron.ml2.extension_drivers =
nd_extension_driver = networking_cisco.ml2_drivers.ndfc.extension_driver:NdExtensionDriver
neutron.db.alembic_migrations =
networking-cisco = networking_cisco.db.migration:alembic_migrations
# Core plugin
neutron.core_plugins =
nd_ml2 = networking_cisco.plugins.ml2.nd_ml2:NdMl2Plugin
# Neutron API extensions
neutron.api.extensions =
address-scope = networking_cisco.ml2_drivers.ndfc.extension_overrides.patched_address_scope:Patched_address_scope
nd-network-deploy = networking_cisco.ml2_drivers.ndfc.extensions.ndfc_network_deploy:Ndfc_network_deploy
# Extensions to neutronclient
neutronclient.extension =
nd_address_scope = networking_cisco.neutronclient.ndfc_address_scope
openstack.cli.address_scope_create =
address_scope_create_extension = networking_cisco.osc.v2.address_scope:CreateAddressScopeNd
openstack.cli.address_scope_show =
address_scope_show_extension = networking_cisco.osc.v2.address_scope:ShowAddressScopeNd
openstack.cli.network_set =
network_set_extension = networking_cisco.osc.v2.network:SetNetworkNdStatus
openstack.cli.network_show =
network_show_extension = networking_cisco.osc.v2.network:ShowNetworkNdStatus
tempest.test_plugins =
networking_cisco_tempest_plugin = networking_cisco_tempest_plugin.plugin:NetworkingCiscoTempestPlugin
oslo.config.opts =
networking_cisco.nexus = networking_cisco.config.opts:list_nexus_conf_opts
networking_cisco.nexus_vxlan_type_driver = networking_cisco.config.opts:list_nexus_vxlan_type_driver_conf_opts
networking_cisco.ucsm = networking_cisco.config.opts:list_ucsm_conf_opts
networking_cisco.router_plugin = networking_cisco.config.opts:list_asr_conf_opts
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = networking_cisco/locale/networking-cisco.pot
[compile_catalog]
directory = networking_cisco/locale
domain = networking-cisco
[update_catalog]
domain = networking-cisco
output_dir = networking_cisco/locale
input_file = networking_cisco/locale/networking-cisco.pot
[wheel]
universal = 1