neutron-lbaas/setup.cfg

75 lines
2.4 KiB
INI

[metadata]
name = neutron-lbaas
summary = OpenStack Networking Load Balancing as a Service
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@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.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
lbaasv2-proxy = neutron_lbaas.services.loadbalancer.proxy_plugin:LoadBalancerProxyPluginv2
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
tempest.test_plugins =
neutron_lbaas = neutron_lbaas.tests.tempest.plugin:NeutronLbaasTempestPlugin
[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