2013-04-28 21:41:09 -07:00
|
|
|
[metadata]
|
2014-12-20 23:20:48 -08:00
|
|
|
name = vmware-nsx
|
|
|
|
summary = VMware NSX library for OpenStack projects
|
2013-04-28 21:41:09 -07:00
|
|
|
description-file =
|
2013-05-31 12:00:26 +02:00
|
|
|
README.rst
|
2013-04-28 21:41:09 -07:00
|
|
|
author = OpenStack
|
|
|
|
author-email = openstack-dev@lists.openstack.org
|
2014-12-20 23:20:48 -08:00
|
|
|
home-page = http://launchpad.net/vmware-nsx
|
2013-04-28 21:41:09 -07:00
|
|
|
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
|
2014-12-20 23:20:48 -08:00
|
|
|
Programming Language :: Python :: 3
|
2016-07-09 22:31:01 -07:00
|
|
|
Programming Language :: Python :: 3.5
|
2013-04-28 21:41:09 -07:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
2014-12-20 23:20:48 -08:00
|
|
|
vmware_nsx
|
2015-09-10 11:35:15 -07:00
|
|
|
|
2014-11-03 10:22:46 +08:00
|
|
|
[entry_points]
|
2015-03-03 12:56:27 -08:00
|
|
|
console_scripts =
|
2015-09-14 18:51:57 -07:00
|
|
|
neutron-check-nsx-config = vmware_nsx.check_nsx_config:main
|
2015-12-17 15:34:45 -07:00
|
|
|
nsxadmin = vmware_nsx.shell.nsxadmin:main
|
2016-03-29 15:04:55 -07:00
|
|
|
neutron-api-replay = vmware_nsx.api_replay.cli:main
|
2015-08-13 07:52:01 -07:00
|
|
|
neutron.db.alembic_migrations =
|
2015-09-14 16:45:18 -07:00
|
|
|
vmware-nsx = vmware_nsx.db.migration:alembic_migrations
|
2015-08-10 09:45:24 -07:00
|
|
|
neutron.core_plugins =
|
2015-09-14 18:51:57 -07:00
|
|
|
vmware = vmware_nsx.plugin:NsxMhPlugin
|
2015-08-01 01:13:22 -07:00
|
|
|
neutron.service_plugins =
|
2016-03-15 11:51:28 +02:00
|
|
|
vmware_nsxv_qos = vmware_nsx.services.qos.nsx_v.plugin:NsxVQosPlugin
|
2016-03-23 11:56:44 +02:00
|
|
|
neutron.qos.notification_drivers =
|
|
|
|
vmware_nsxv3_message_queue = vmware_nsx.services.qos.nsx_v3.message_queue:NsxV3QosNotificationDriver
|
2017-01-10 09:56:21 +02:00
|
|
|
neutron.ipam_drivers =
|
2016-12-08 14:32:45 +02:00
|
|
|
vmware_nsxv_ipam = vmware_nsx.services.ipam.nsx_v.driver:NsxvIpamDriver
|
2016-12-11 10:13:21 +02:00
|
|
|
vmware_nsxv3_ipam = vmware_nsx.services.ipam.nsx_v3.driver:Nsxv3IpamDriver
|
2014-11-03 10:22:46 +08:00
|
|
|
vmware_nsx.neutron.nsxv.router_type_drivers =
|
2015-09-16 16:14:47 -07:00
|
|
|
shared = vmware_nsx.plugins.nsx_v.drivers.shared_router_driver:RouterSharedDriver
|
|
|
|
distributed = vmware_nsx.plugins.nsx_v.drivers.distributed_router_driver:RouterDistributedDriver
|
|
|
|
exclusive = vmware_nsx.plugins.nsx_v.drivers.exclusive_router_driver:RouterExclusiveDriver
|
2016-06-21 07:30:58 +00:00
|
|
|
tempest.test_plugins =
|
|
|
|
vmware-nsx-tempest-plugin = vmware_nsx_tempest.plugin:VMwareNsxTempestPlugin
|
2016-04-06 12:02:31 -07:00
|
|
|
oslo.config.opts =
|
|
|
|
nsx = vmware_nsx.opts:list_opts
|
2016-06-09 13:35:53 +03:00
|
|
|
networking_sfc.flowclassifier.drivers =
|
|
|
|
vmware-nsxv-sfc = vmware_nsx.services.flowclassifier.nsx_v.driver:NsxvFlowClassifierDriver
|
2016-09-25 11:49:18 +03:00
|
|
|
openstack.cli.extension =
|
|
|
|
nsxclient = vmware_nsx.osc.plugin
|
|
|
|
openstack.nsxclient.v2 =
|
|
|
|
port_create = vmware_nsx.osc.v2.port:NsxCreatePort
|
|
|
|
port_set = vmware_nsx.osc.v2.port:NsxSetPort
|
|
|
|
router_create = vmware_nsx.osc.v2.router:NsxCreateRouter
|
|
|
|
router_set = vmware_nsx.osc.v2.router:NsxSetRouter
|
2016-11-03 15:48:35 +02:00
|
|
|
security_group_create = vmware_nsx.osc.v2.security_group:NsxCreateSecurityGroup
|
|
|
|
security_group_set = vmware_nsx.osc.v2.security_group:NsxSetSecurityGroup
|
2016-09-25 11:49:18 +03:00
|
|
|
subnet_create = vmware_nsx.osc.v2.subnet:NsxCreateSubnet
|
|
|
|
subnet_set = vmware_nsx.osc.v2.subnet:NsxSetSubnet
|
2016-01-12 21:56:47 -08:00
|
|
|
|
2012-06-08 14:26:58 -07:00
|
|
|
[build_sphinx]
|
|
|
|
source-dir = doc/source
|
2014-12-20 23:20:48 -08:00
|
|
|
build-dir = doc/build
|
|
|
|
all_files = 1
|
2012-06-08 14:26:58 -07:00
|
|
|
|
2014-12-20 23:20:48 -08:00
|
|
|
[upload_sphinx]
|
|
|
|
upload-dir = doc/build/html
|
2013-01-24 00:07:18 +08:00
|
|
|
|
|
|
|
[compile_catalog]
|
2016-01-29 01:28:08 +09:00
|
|
|
directory = vmware_nsx/locale
|
|
|
|
domain = vmware_nsx
|
2013-01-24 00:07:18 +08:00
|
|
|
|
|
|
|
[update_catalog]
|
2016-01-29 01:28:08 +09:00
|
|
|
domain = vmware_nsx
|
|
|
|
output_dir = vmware_nsx/locale
|
|
|
|
input_file = vmware_nsx/locale/vmware_nsx.pot
|
2014-12-20 23:20:48 -08:00
|
|
|
|
|
|
|
[extract_messages]
|
|
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
|
|
mapping_file = babel.cfg
|
2016-01-29 01:28:08 +09:00
|
|
|
output_file = vmware_nsx/locale/vmware_nsx.pot
|
2014-12-20 23:20:48 -08:00
|
|
|
|
|
|
|
[pbr]
|
|
|
|
autodoc_index_modules = 1
|
2016-06-24 08:12:39 -06:00
|
|
|
# NOTE(boden): enable and validate once a new version of pbr is released.
|
|
|
|
# More info can be found on the ML:
|
|
|
|
# http://lists.openstack.org/pipermail/openstack-dev/2016-June/097849.html
|
|
|
|
#warnerrors = true
|
2013-11-19 09:57:32 +01:00
|
|
|
|
|
|
|
[wheel]
|
|
|
|
universal = 1
|