Python client for Container Infrastructure Management Service
Go to file
Andreas Jaeger 1c746d8efb Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

Set openstackdocs_auto_name to use 'project' as name.

Use releasenotes jobs template instead of individual jobs.

Depends-On: https://review.opendev.org/728938
Change-Id: I2f3f66a19cda62c6d51c764a0d7e2a163d8abe74
2020-05-18 22:57:43 +02:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-18 22:57:43 +02:00
magnumclient Merge "Rename variables to address pep8 error" 2020-05-18 08:40:27 +00:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-05-18 22:57:43 +02: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 OpenDev Migration Patch 2019-04-19 19:40:49 +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 Switch to newer openstackdocstheme and reno versions 2020-05-18 22:57:43 +02:00
babel.cfg Added project required files. 2014-11-21 08:33:53 +09:00
CONTRIBUTING.rst replace launchpad urls with storyboard urls 2019-09-04 15:50:32 +08:00
LICENSE Initial commit 2014-11-18 14:38:31 -07:00
lower-constraints.txt Switch to newer openstackdocstheme and reno versions 2020-05-18 22:57:43 +02:00
README.rst Merge "replace launchpad urls with storyboard urls" 2020-04-29 08:12:49 +00:00
requirements.txt Remove six 2020-05-06 00:42:29 +08:00
setup.cfg Add py38 package metadata 2020-04-28 09:30:13 +08:00
setup.py Cleanup py27 support 2020-04-04 16:55:16 +02:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-12 19:32:36 -05:00
tox.ini Update hacking for Python3 2020-03-28 15:54:06 +01:00

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.