monasca-persister/setup.cfg
Thomas Bechtold fe88e8f796 Add job for releasenotes
With changeset [1], releasenotes are added to monasca-persister. To
make the release notes available, the notes can be build now with
tox ("tox -e releasenotes") and the standard zuul
job (release-notes-jobs-python3) was added to build and publish the
notes.
Also adjust elasticsearch requirement to "<3.0.0" to be inline with
the global-requirements list. This fixes:

  Requirement for package elasticsearch excludes a version not excluded
  in the global list.

[1] Ida11c326b3e6771b5ccf994205c55874db05bc5c

Change-Id: I16268797151a6b997610c8fbded4c9eeb9265597
2019-02-19 10:46:25 +00:00

47 lines
1.0 KiB
INI

[metadata]
name = monasca-persister
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
summary = Moves metrics and alarm state transitions from the Message Queue to the Metrics and Alarms database.
classifier=
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Topic :: System :: Monitoring
keywords = openstack monitoring storage
description-file = README.rst
home-page = https://github.com/openstack/monasca-persister
license = Apache
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
monasca-persister = monasca_persister.persister:main
oslo.config.opts =
monasca_persister = monasca_persister.conf:list_opts
[files]
packages =
monasca_persister
data_files =
/etc/monasca =
etc/monasca/persister-logging.conf
[extras]
influxdb =
influxdb>=2.9.2 # MIT
cassandra =
cassandra-driver!=3.6.0,>=2.1.4 # Apache-2.0
elasticsearch =
elasticsearch<3.0.0,>=2.0.0 # Apache-2.0
[pbr]
autodoc_index_modules = True
[wheel]
universal = 1