
This is initial patch of a chain to allow ovn_octavia_provider to be able to sync Octavia DB to OVN NB DB to sync content, getting as source of true the Octavia DB one. This patch add command sync command `octavia-ovn-db-sync-util` Related-Bug: #2045415 Co-authored-by: Fernando Royo <froyo@redhat.com> Co-authored-by: Rico Lin <ricolin@ricolky.com> Change-Id: I0b1fee7a75e0a2a837e89766ea3c3198e0929823
43 lines
1.2 KiB
INI
43 lines
1.2 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.9
|
|
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.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
Programming Language :: Python :: 3.12
|
|
|
|
[files]
|
|
packages =
|
|
ovn_octavia_provider
|
|
|
|
[global]
|
|
setup_hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
octavia.api.drivers =
|
|
ovn = ovn_octavia_provider.driver:OvnProviderDriver
|
|
|
|
console_scripts =
|
|
octavia-ovn-db-sync-util = ovn_octavia_provider.cmd.octavia_ovn_db_sync_util:main
|
|
|
|
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
|