7aa3d9ff9c
v1 is not going to ship in Newton, the deprecation notice been around for two cycles, and there is now a migration script. Also includes: Fix alembic migration env The include_object() checking was missing, and also the inclusion of all lbaas DB models Co-Authored-By: Henry Gessau <gessau@gmail.com> Co-Authored-By: Adam Harwell <flux.adam@gmail.com> Change-Id: I506949e75bc62681412358ba689cb07b16311b68
73 lines
2.2 KiB
INI
73 lines
2.2 KiB
INI
[metadata]
|
|
name = neutron-lbaas
|
|
summary = OpenStack Networking Load Balancing as a Service
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.4
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
neutron_lbaas
|
|
data_files =
|
|
etc/neutron/rootwrap.d =
|
|
etc/neutron/rootwrap.d/lbaas-haproxy.filters
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
neutron-lbaasv2-agent = neutron_lbaas.cmd.lbaasv2_agent:main
|
|
loadbalancer_schedulers =
|
|
neutron_lbaas.agent_scheduler.ChanceScheduler = neutron_lbaas.agent_scheduler:ChanceScheduler
|
|
neutron.service_plugins =
|
|
lbaasv2 = neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
|
|
neutron.db.alembic_migrations =
|
|
neutron-lbaas = neutron_lbaas.db.migration:alembic_migrations
|
|
neutron_lbaas.cert_manager.backend =
|
|
barbican = neutron_lbaas.common.cert_manager.barbican_cert_manager
|
|
local = neutron_lbaas.common.cert_manager.local_cert_manager
|
|
oslo.config.opts =
|
|
neutron.lbaas = neutron_lbaas.opts:list_opts
|
|
neutron.lbaas.agent = neutron_lbaas.opts:list_agent_opts
|
|
neutron.lbaas.service = neutron_lbaas.opts:list_service_opts
|
|
neutron_lbaas.cert_manager.barbican_auth =
|
|
barbican_acl_auth = neutron_lbaas.common.cert_manager.barbican_auth.barbican_acl:BarbicanACLAuth
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = neutron_lbaas/locale/neutron_lbaas.pot
|
|
|
|
[compile_catalog]
|
|
directory = neutron_lbaas/locale
|
|
domain = neutron_lbaas
|
|
|
|
[update_catalog]
|
|
domain = neutron_lbaas
|
|
output_dir = neutron_lbaas/locale
|
|
input_file = neutron_lbaas/locale/neutron_lbaas.pot
|
|
|
|
[wheel]
|
|
universal = 1
|