f6408b0fd9ac11d531aadcabcb5da6919ef2cf49
The new saharaclient based on OSC supports command "openstack dataprocessing cluster show <cluster-id>", however, the output of this command doesn't contain the field "info" which provide cluster management WebUI link address and password related detail. This patch add the "info" filed in the output. Change-Id: I78e2870ffc1af569265f2c4c442fecdd1725a228 Closes-Bug: 1638464
Python bindings to the OpenStack Sahara API
This is a client for the OpenStack Sahara API. There's a Python API
(the saharaclient module), and a command-line script
(sahara). Each implements the OpenStack Sahara API. You can
find documentation for both Python bindings and CLI in Docs.
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
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- Specs
- How to Contribute
Description