9a0e375c4e
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: Iabd5a7c74c3e09175919bbd4fd62b834667b961c
40 lines
1.4 KiB
INI
40 lines
1.4 KiB
INI
[metadata]
|
|
name = neutron-dynamic-routing
|
|
summary = Neutron Dynamic Routing
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/neutron-dynamic-routing/latest/
|
|
python-requires = >=3.6
|
|
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 :: Implementation :: CPython
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
|
|
[files]
|
|
packages =
|
|
neutron_dynamic_routing
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
neutron-bgp-dragent = neutron_dynamic_routing.cmd.eventlet.agents.bgp_dragent:main
|
|
neutron.db.alembic_migrations =
|
|
neutron-dynamic-routing = neutron_dynamic_routing.db.migration:alembic_migrations
|
|
oslo.config.opts =
|
|
bgp.agent = neutron_dynamic_routing.services.bgp.common.opts:list_bgp_agent_opts
|
|
oslo.policy.policies =
|
|
neutron-dynamic-routing = neutron_dynamic_routing.policies:list_rules
|
|
neutron.policies =
|
|
neutron-dynamic-routing = neutron_dynamic_routing.policies:list_rules
|
|
neutron.service_plugins =
|
|
bgp = neutron_dynamic_routing.services.bgp.bgp_plugin:BgpPlugin
|