forked from sapcc/networking-nsx-t
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
61 lines (53 loc) · 2.08 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
# setup.cfg is required by setup.py
# More info available at https://docs.python.org/3/distutils/configfile.html
[metadata]
name = networking_nsxv3
summary = This project contains OpenStack Neutron ML2 Mechanism Driver and Agent for integration with VMware NSX-T (built against version 2.3)
description-file =
README.rst
license = Apache License, Version 2.0
author = tsimchev, aleksey-nishev
author-email = [email protected],[email protected]
home-page = http://to_be_defined/
url = https://github.com/to_be_defined
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
keywords = openstack neutron ml2 VMware NSX-T networking
[files]
packages = networking_nsxv3
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = networking_nsxv3/locale
domain = networking_nsxv3
[update_catalog]
domain = nnetworking_nsxv3
output_dir = networking_nsxv3/locale
input_file = networking_nsxv3/locale/networking_nsxv3.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = networking_nsxv3/locale/networking_nsxv3.pot
[entry_points]
console_scripts =
neutron-nsxv3-agent = networking_nsxv3.plugins.ml2.drivers.nsxv3.agent.nsxv3_agent:main
neutron-nsxv3-agent-cli-sync = networking_nsxv3.plugins.ml2.drivers.nsxv3.agent.nsxv3_agent:cli_sync
neutron.ml2.mechanism_drivers =
nsxv3 = networking_nsxv3.plugins.ml2.drivers.nsxv3.driver:VMwareNSXv3MechanismDriver
neutron.agent.firewall_drivers =
nsxv3 = networking_nsxv3.plugins.ml2.drivers.nsxv3.agent.extensions.firewall:NSXv3SecurityGroupsDriver