Python client for Monasca REST API.
Go to file
Hervé Beraud 45df91ada8 Add doc/requirements
We need to specify doc requirements in doc/requirements.txt
to avoid problems with the pip resolver [1] for the release team [2][3].
Removing specific doc requirements from test-requirements.txt.

The problem here is that this repos haven't doc/requirements.txt file
and by default in this case zuul will use the test-requirements.txt file
to pull requirements [4].

This requirements file contains extra requirements like flake8 that
collided with those allowed in our job environment and so the new pip
resolver fails to install these requirements and the job exits in error.

This project meet the conditions leading to the bug.

[1] http://lists.openstack.org/pipermail/release-job-failures/2021-January/001500.html
[2] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019611.html
[3] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019612.html
[4] https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/ensure-sphinx/tasks/main.yaml#L36

Change-Id: Iac7d5ec69724206453c5fc74cbd61efde9b9a1ee
2021-01-11 15:07:40 +01:00
doc Add doc/requirements 2021-01-11 15:07:40 +01:00
docker Change repository links usage in Dockerfile and build image 2019-05-23 08:52:23 +00:00
monascaclient Remove six 2020-11-03 03:27:56 +00:00
playbooks Push Docker image to Docker Hub 2019-04-15 15:20:00 +02:00
releasenotes Update master for stable/victoria 2020-09-11 21:59:43 +00:00
.gitignore Remove testrepository and .testr.conf 2018-07-12 08:41:56 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:34:48 +00:00
.stestr.conf Switch to using stestr 2018-06-02 21:18:55 -04:00
.zuul.yaml Add Python3 wallaby unit tests 2020-09-11 21:59:48 +00:00
CONTRIBUTING.rst Update CONTRIBUTING.rst 2020-05-19 16:31:51 +02:00
HACKING.rst Update hacking version 2019-03-01 16:07:52 +00:00
LICENSE Added HP copyright and Apache 2.0 license header. Added HACKING.rst and LICENSE file. 2014-05-01 16:59:50 -06:00
README.rst Add releasenotes link to README 2020-05-20 10:35:50 +08:00
lower-constraints.txt Update doc8 version 2021-01-06 16:54:19 +08:00
requirements.txt Remove six 2020-11-03 03:27:56 +00:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:17 -05:00
setup.py Cleanup py27 support 2020-04-08 11:43:54 +02:00
test-requirements.txt Add doc/requirements 2021-01-11 15:07:40 +01:00
tox.ini Add doc/requirements 2021-01-11 15:07:40 +01:00

README.rst

Team and repository tags

image

Python bindings to the Monasca API

Latest Version

This is a client library for Monasca built to interface with the Monasca API. It provides a Python API (the monascaclient module) and a command-line tool (monasca).