3b43c10ed1
Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: I356b36ff617966598d2498470a3f02def2fd6120 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
76 lines
2.3 KiB
INI
76 lines
2.3 KiB
INI
[metadata]
|
|
name = vitrage
|
|
summary = The OpenStack RCA Service
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/vitrage/latest/
|
|
python-requires = >=3.6
|
|
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 :: Implementation :: CPython
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Topic :: System :: Monitoring
|
|
|
|
[extras]
|
|
openstack =
|
|
aodhclient>=1.0.0
|
|
python-ceilometerclient>=2.9.0
|
|
python-keystoneclient>=3.15.0
|
|
python-neutronclient>=6.7.0
|
|
python-novaclient>=10.1.0
|
|
python-heatclient>=1.14.0
|
|
python-mistralclient>=3.3.0
|
|
python-openstackclient>=3.12.0
|
|
python-monascaclient>=1.7.1
|
|
python-troveclient>=2.2.0
|
|
python-zaqarclient >=1.2.0
|
|
gnocchiclient>=3.3.1
|
|
|
|
zabbix =
|
|
pyzabbix>=0.7.4 # LGPL
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
vitrage-api = vitrage.cli.api:main
|
|
vitrage-graph = vitrage.cli.graph:main
|
|
vitrage-notifier = vitrage.cli.notifier:main
|
|
vitrage-persistor = vitrage.cli.persistor:main
|
|
vitrage-ml = vitrage.cli.machine_learning:main
|
|
vitrage-dbsync = vitrage.cli.storage:dbsync
|
|
vitrage-dbsync-revision = vitrage.cli.storage:revision
|
|
vitrage-dbsync-stamp = vitrage.cli.storage:stamp
|
|
vitrage-purge-data = vitrage.cli.storage:purge_data
|
|
vitrage-snmp-parsing = vitrage.cli.snmp_parsing:main
|
|
vitrage-status = vitrage.cli.status:main
|
|
|
|
vitrage.entity_graph =
|
|
networkx = vitrage.graph.driver.networkx_graph:NXGraph
|
|
|
|
oslo.config.opts =
|
|
vitrage = vitrage.opts:list_opts
|
|
datasources = vitrage.opts:datasources_opts
|
|
|
|
oslo.policy.policies =
|
|
vitrage = vitrage.common.policies:list_rules
|
|
|
|
vitrage.storage =
|
|
mysql = vitrage.storage.impl_sqlalchemy:Connection
|
|
mysql+pymysql = vitrage.storage.impl_sqlalchemy:Connection
|
|
postgresql = vitrage.storage.impl_sqlalchemy:Connection
|
|
sqlite = vitrage.storage.impl_sqlalchemy:Connection
|
|
|
|
[files]
|
|
packages =
|
|
vitrage
|