3a18ab4a4e
This allows neutron-db-manage to find the alembic migrations automatically if this project is installed. The config file alembic.ini is not needed in this project since it's tables are in neutron's DB and so it depends on neutron's config. Partial-Bug: #1470625 Change-Id: I90a4a10d10769e48571327b98cbc67b68260e909
66 lines
2.0 KiB
INI
66 lines
2.0 KiB
INI
[metadata]
|
|
name = neutron-vpnaas
|
|
version = 7.0.0
|
|
summary = OpenStack Networking VPN 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
|
|
|
|
[files]
|
|
packages =
|
|
neutron_vpnaas
|
|
data_files =
|
|
etc/neutron =
|
|
etc/neutron_vpnaas.conf
|
|
etc/vpn_agent.ini
|
|
etc/neutron/rootwrap.d =
|
|
etc/neutron/rootwrap.d/vpnaas.filters
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
neutron-vpn-netns-wrapper = neutron_vpnaas.services.vpn.common.netns_wrapper:main
|
|
neutron-vpn-agent = neutron_vpnaas.cmd.eventlet.agent:main
|
|
device_drivers =
|
|
neutron.services.vpn.device_drivers.ipsec.OpenSwanDriver = neutron_vpnaas.services.vpn.device_drivers.ipsec:OpenSwanDriver
|
|
neutron.services.vpn.device_drivers.cisco_ipsec.CiscoCsrIPsecDriver = neutron_vpnaas.services.vpn.device_drivers.cisco_ipsec:CiscoCsrIPsecDriver
|
|
neutron.services.vpn.device_drivers.vyatta_ipsec.VyattaIPsecDriver = neutron_vpnaas.services.vpn.device_drivers.vyatta_ipsec:VyattaIPsecDriver
|
|
neutron.db.alembic_migrations =
|
|
neutron-vpnaas = neutron_vpnaas.db.migration:alembic_migrations
|
|
|
|
[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-vpnaas/locale/neutron.pot
|
|
|
|
[compile_catalog]
|
|
directory = neutron-vpnaas/locale
|
|
domain = neutron-vpnaas
|
|
|
|
[update_catalog]
|
|
domain = neutron-vpnaas
|
|
output_dir = neutron-vpnaas/locale
|
|
input_file = neutron-vpnaas/locale/neutron-vpnaas.pot
|
|
|
|
[wheel]
|
|
universal = 1
|