85fc6c1756a899b4ea78e8650492860c19c83a4c
When trying to consume python-magnumclient from os-cloud-config, it is failing with: TypeError: __init__() got an unexpected keyword argument 'endpoint_override' That is because this parameter is not supported in v1 from magnumclient. Add the parameter, forcing to be the equivalent of magnum_url. Change-Id: I3e9d41c3efabf23826f35fc8d1bb12c14770460b Closes-Bug: 1573468
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