Python client for Masakari REST API.
Go to file
Dinesh Bhor 32eb12e676 Fix failing gate jobs by fixing constraints support
Recently we added python-masakariclient to global-requirements [1]
as a requirement library for masakari-monitors. python-masakariclient
itself is a library and adding upper constraints support to libraries
is slightly more complex than services as the libraries themselves are
listed in upper-constraints.txt which leads to errors that you can't
install a specific version and a constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove python-masakariclient.

This patch is a copy of commit: 78f113780510b741bc974c69eb9b0718cd657c1d

For failing jobs please refer: https://review.openstack.org/#/c/492989/

[1] 1cd2c8da1a6534c23959cd0a4035e7f530471386

Change-Id: I9376ee14ebfb9186c1480276b47939c3ffc30108
2017-08-11 20:22:05 +05:30
doc/source Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
masakariclient Merge "Remove inproper comment for APIs." 2017-08-10 16:07:35 +00:00
releasenotes Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
tools Fix failing gate jobs by fixing constraints support 2017-08-11 20:22:05 +05:30
.coveragerc Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
.gitignore Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
.gitreview Added .gitreview 2016-10-17 08:04:35 +00:00
.mailmap Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
.testr.conf Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
HACKING.rst Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
LICENSE Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
README.rst Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
babel.cfg Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
requirements.txt Bump openstacksdk to 0.9.13 2017-02-22 21:07:03 +00:00
setup.cfg Use os-testr and add PY35 support 2017-07-26 16:17:30 +05:30
setup.py Update to match latest global-requirements 2017-01-19 14:37:27 +05:30
test-requirements.txt Use os-testr and add PY35 support 2017-07-26 16:17:30 +05:30
tox.ini Fix failing gate jobs by fixing constraints support 2017-08-11 20:22:05 +05:30

README.rst

python-masakariclient

masakariclient module and a CLI tool for masakari

Please fill here a long description which must be at least 3 lines wrapped on 80 cols, so that distribution package maintainers can use it in their packages. Note that this is a hard requirement.

Features

  • TODO