Files
30db55b17e57953d4aaf057f45b6c67ebefec4a4
Takashi Kajinami
e09741a68a
Generate networking_bgpvpn.conf
Replace the hard-coded networking_bgpvpn.conf file by the one generated by oslo-config-generator. This effectively removes the generated networking-bgpvpn.conf.sample which is used only for documentation. Change-Id: I045a7f22c13d35c71506bab5d4b9a6208db2d540 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
62 lines
2.2 KiB
INI
62 lines
2.2 KiB
INI
[metadata]
name = networking-bgpvpn
summary = API and Framework to interconnect bgpvpn to neutron networks
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/networking-bgpvpn/latest/
python_requires = >=3.10
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.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[files]
packages =
networking_bgpvpn
networking_bgpvpn_heat
bgpvpn_dashboard
[extras]
# Dependencies for optional drivers/features.
# To install them, specify networking-bgpvpn[<drivers>]
# e.g. "networking-bgpvpn[horizon]"
# For tox testing, we have these in test-requirements.txt too
# as tox extras installation does not honor constraints file.
bagpipe =
networking-bagpipe>=12.0.0 # Apache-2.0
horizon =
horizon>=17.1.0 # Apache-2.0
[entry_points]
neutronclient.extension=
bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn
neutron.db.alembic_migrations=
networking-bgpvpn = networking_bgpvpn.neutron.db.migration:alembic_migrations
heat.constraints =
neutron.bgpvpn = networking_bgpvpn_heat.bgpvpnservice:BGPVPNConstraint
neutron.service_plugins =
bgpvpn = networking_bgpvpn.neutron.services.plugin:BGPVPNPlugin
oslo.config.opts =
networking-bgpvpn.service_provider = networking_bgpvpn.neutron.opts:list_service_provider
oslo.config.opts.defaults =
networking-bgpvpn.service_provider = networking_bgpvpn.neutron.opts:set_service_provider_default
oslo.policy.policies =
networking-bgpvpn = networking_bgpvpn.policies:list_rules
neutron.policies =
networking-bgpvpn = networking_bgpvpn.policies:list_rules
[openstack_translations]
django_modules = bgpvpn_dashboard
python_modules = networking_bgpvpn networking_bgpvpn_heat