388ba75fb6b42e385151b29f24a1f0f180bd8260
Sahara CLI did not work because 'safe_encode' and 'safe_decode' methods have been moved from 'oslo.utils.strutils' module to 'oslo.utils.encodeutils' module Change-Id: Ica8cf4e8ec058fa0764e69945609f2a19effb840 Closes-bug: #1409432
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 bandings and CLI in Docs.
The project is hosted on Launchpad, where bugs can be filed. The code is hosted on Github. Patches must be submitted using Gerrit, not Github pull requests.
python-saharaclient is licensed under the Apache License like the rest of OpenStack.
Description