e0966ebe60c52e3f3f531b7fe237558b9b1f4275
After this patch [1], Magnum is no longer the "Container Service", it became the "Container Infrastructure Management Service". Based on the decision, this patch proposed to rename Magnum service type from "container" to "container-infra". The old service type will be deprecated and eventually not supported. There is another patch [2] on Magnum server side for the renaming. This patch should land first, then the server patch. [1] https://review.openstack.org/#/c/311476/ [2] https://review.openstack.org/#/c/319300/ Change-Id: I55205ff2b304678d2b53bbd4d66403078c6baac8 Closes-Bug: #1584251
Python bindings to the Magnum API
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.
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Bugs - issue tracking
- Source
Description