Files
freezer/setup.cfg
Dmitriy Rabotyagov d8df4c28d6 Explicitly parse args before for utils tests
At the moment there's apparently some kind of race condition, due to
which some tests fail intermittently due to:
`oslo_config.cfg.NoSuchOptError: no such option capabilities in group [DEFAULT]`

Also replace deprecated dash-separated keys from setup.cfg for tests to pass.

Change-Id: I9990754bdb53c6371306a06b62d7a928a6062a37
Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
2025-08-20 11:26:06 +02:00

63 lines
1.8 KiB
INI

[metadata]
name = freezer
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
summary = The OpenStack Backup and Restore as a Service Platform
description_file = README.rst
description_content_type = text/x-rst
home_page = https://docs.openstack.org/freezer/latest/
license = Apache-2.0
python_requires = >=3.9
classifier =
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Development Status :: 5 - Production/Stable
Natural Language :: English
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Operating System :: MacOS
Operating System :: POSIX :: BSD :: FreeBSD
Operating System :: POSIX :: BSD :: NetBSD
Operating System :: POSIX :: BSD :: OpenBSD
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Operating System :: Unix
Topic :: System :: Archiving :: Backup
Topic :: System :: Archiving :: Compression
Topic :: System :: Archiving
keywords =
freezer
backup
openstack
restore
lvm
snapshot
mongodb
mysql
[global]
setup_hooks =
pbr.hooks.setup_hook
[files]
packages =
freezer
data_files =
freezer/scripts = freezer/scripts/vss.ps1
[entry_points]
oslo.config.opts =
freezer-agent = freezer.common.config:list_opts
freezer-scheduler = freezer.scheduler.arguments:list_opts
console_scripts =
freezer-scheduler = freezer.scheduler.freezer_scheduler:main
freezer-agent = freezer.main:main