0c547422bbbd5f9ca7f0bd42b51affcb7d1e452c
Since oslo-incubator is no longer maintained[1] after 90ae25e38915cc502d9e9c52d59e8fb668a72ae1. We should cleanup the deprecated code. This patch do the following cleanup actions: 1. Use magnumclient.i18n instead of magnumclient.openstack.common._i18n. 2. Use magnumclient.exceptions instead of the deprecated magnumclient.openstack.common.apiclient.exceptions[2]. [1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/ 079343.html [2] https://github.com/openstack/python-magnumclient/blob/master/ magnumclient/openstack/common/apiclient/exceptions.py#L25 Change-Id: I6fae1f84d211d661bb363e43167cdf8b6b06fd4d Partial-Bug: #1529316
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