ddc5defe5390d24ee81726e418fb74c464438001
Currently: $ sahara help bash-completion usage: sahara bash-completion Prints all of the commands to stdout to support bash completion. Prints all of the commands and options to stdout so that the sahara.bash_completion script doesn't have to hard code them. $ sahara help job-binary-data-create usage: sahara job-binary-data-create [--file FILE] Store data in the internal DB. Store data in the internal DB. Use 'swift upload' instead of this command. Use this command only if Swift is not available. Update the strings to avoid duplication. Change-Id: I4bb692026e1bfc2c210a976f3dfedb550d544f26
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