22a413bcd7391f6df11cf8ee0e340babb6f339ad
Print hyphen(-) in python client output when attribute value is not set(NoneType) so that it is distinguishable between "None" string and NoneType value. Cherry-Pick: I5ec0f39f13aca45fa95ddb59472c20207c63bf91 Change-Id: I8a907e7453df711605d28bb97492f747adc282e0 Closes-Bug: #1266414
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