Python client for Container Infrastructure Management Service
Go to file
Spyros Trigazis 4a254d8454 Drop lower constraints testing
Projects like oslo are dropping lower constraints
testing. There is also discussion to drop it until
we find a proper setup. For details, please follow
the ML thread. TC will have updates soon.

http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019679.html

story: 2008482
task: 41523

Addionally in train, cap bandit.
Similar to https://review.opendev.org/c/openstack/nova/+/766171

Drop releasenote jobs from check and gate.

Change-Id: Ia91451c0f93ffe4c7a555874f8f843e01b146df5
Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
(cherry picked from commit 2fa68f127f)
2021-02-04 19:49:14 +01:00
doc Blacklist bandit 1.6.0 and cap Sphinx on Python2 2019-06-03 19:34:16 +10:00
magnumclient Add nodegroup CRUD commands 2019-10-16 08:08:14 +00:00
releasenotes Update master for stable/stein 2019-03-18 14:52:29 +00:00
tools Fix coverage test 2019-06-03 19:34:36 +10:00
.coveragerc Cleanup coverage configuration 2016-08-28 21:47:22 +01:00
.gitignore Switch to stestr 2018-07-24 15:44:42 +07:00
.gitreview Update .gitreview for stable/train 2019-09-20 17:40:47 +00:00
.mailmap Added project required files. 2014-11-21 08:33:53 +09:00
.stestr.conf Switch to stestr 2018-07-24 15:44:42 +07:00
.zuul.yaml Drop lower constraints testing 2021-02-04 19:49:14 +01:00
CONTRIBUTING.rst Update the documentation link for doc migration 2017-07-20 18:19:18 +08:00
LICENSE Initial commit 2014-11-18 14:38:31 -07:00
README.rst Trivial: Update pypi url to new url 2018-09-17 09:24:35 +00:00
babel.cfg Added project required files. 2014-11-21 08:33:53 +09:00
lower-constraints.txt Switch to stestr 2018-07-24 15:44:42 +07:00
requirements.txt Switch to stestr 2018-07-24 15:44:42 +07:00
setup.cfg Add nodegroup CRUD commands 2019-10-16 08:08:14 +00:00
setup.py Updated from global requirements 2017-03-03 22:58:41 +00:00
test-requirements.txt Drop lower constraints testing 2021-02-04 19:49:14 +01:00
tox.ini Update TOX/UPPER_CONSTRAINTS_FILE for stable/train 2019-09-20 17:40:49 +00:00

README.rst

Team and repository tags

image

Python bindings to the Magnum API

Latest Version

Downloads

This is a client library for Magnum built on the Magnum API. It provides a Python API (the magnumclient module) and a command-line tool (magnum).

Development takes place via the usual OpenStack processes as outlined in the developer guide.