07f2d20b16
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Iee7573feae9d7b2ec7b21eeff6c0435a56e4c74a Story: #2005924 Task: #34251
82 lines
2.0 KiB
INI
82 lines
2.0 KiB
INI
[metadata]
|
|
name = panko
|
|
summary = Event storage publisher and API for Ceilometer
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://docs.openstack.org/panko/latest/
|
|
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 :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Topic :: System :: Monitoring
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
panko
|
|
|
|
[entry_points]
|
|
panko.storage =
|
|
es = panko.storage.impl_elasticsearch:Connection
|
|
log = panko.storage.impl_log:Connection
|
|
mongodb = panko.storage.impl_mongodb:Connection
|
|
mysql = panko.storage.impl_sqlalchemy:Connection
|
|
postgresql = panko.storage.impl_sqlalchemy:Connection
|
|
sqlite = panko.storage.impl_sqlalchemy:Connection
|
|
hbase = panko.storage.impl_hbase:Connection
|
|
|
|
console_scripts =
|
|
panko-dbsync = panko.cmd.storage:dbsync
|
|
panko-expirer = panko.cmd.storage:expirer
|
|
|
|
wsgi_scripts =
|
|
panko-api = panko.api.app:build_wsgi_app
|
|
|
|
ceilometer.event.publisher =
|
|
panko = panko.publisher.database:DatabasePublisher
|
|
|
|
oslo.config.opts =
|
|
panko = panko.opts:list_opts
|
|
|
|
oslo.policy.policies =
|
|
panko = panko.policies:list_policies
|
|
|
|
oslo.config.opts.defaults =
|
|
panko = panko.conf.defaults:set_cors_middleware_defaults
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[pbr]
|
|
warnerrors = true
|
|
autodoc_index_modules = true
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = panko/locale/panko.pot
|
|
|
|
[compile_catalog]
|
|
directory = panko/locale
|
|
domain = panko
|
|
|
|
[update_catalog]
|
|
domain = panko
|
|
output_dir = panko/locale
|
|
input_file = panko/locale/panko.pot
|