Files
aetos/setup.cfg
Takashi Kajinami 6ff1898095 Rename wsgi script
... following the common naming. This may helps us add additional
services (like one for background audit) in the future, when needed.

Change-Id: Ifb298df2b01251044325bebb2f5ca83097992572
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-08-14 22:14:28 +09:00

48 lines
1.3 KiB
INI

[metadata]
name = aetos
summary = Aetos is a reverse proxy for enforcing openstack multi-tenancy for Prometheus.
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://www.openstack.org/
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
Topic :: System :: Monitoring
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
Programming Language :: Python :: 3.13
[files]
packages =
aetos
data_files =
etc/aetos = etc/aetos/*
[entry_points]
wsgi_scripts =
aetos-api = aetos.app:build_wsgi_app
oslo.config.opts =
aetos = aetos.opts:list_opts
oslo.config.opts.defaults =
aetos = aetos.conf.defaults:set_lib_defaults
oslo.policy.policies =
aetos = aetos.policies:list_rules
oslo.policy.enforcer =
aetos = aetos.policies:get_enforcer