16978de528
In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Add release notes and update the python classifier for the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: I7203351ba2ecc291630b22dc8c727762725beb31
38 lines
1.0 KiB
INI
38 lines
1.0 KiB
INI
[metadata]
|
|
name = ovn-octavia-provider
|
|
summary = OpenStack Octavia integration with OVN
|
|
description_file =
|
|
README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = https://docs.openstack.org/ovn-octavia-provider/latest/
|
|
python_requires = >=3.8
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
|
|
[files]
|
|
packages =
|
|
ovn_octavia_provider
|
|
|
|
[global]
|
|
setup_hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
octavia.api.drivers =
|
|
ovn = ovn_octavia_provider.driver:OvnProviderDriver
|
|
|
|
octavia.driver_agent.provider_agents =
|
|
ovn = ovn_octavia_provider.agent:OvnProviderAgent
|
|
|
|
oslo.config.opts =
|
|
octavia.api.drivers.ovn = ovn_octavia_provider.common.config:list_opts
|