67b4e76be82874cd9237efb846731729cd268b47
In CLI command(job-binary-data-create) job-binary-internal is automatically named by creation-date. This fix add --name for job-binary-data-create to assign name to job-binary-internal. If we do not use --name, job-binary-internal named basename of args.filename. If we use stdin, job-binary-internal named by creation-date the same as bofore. Examples: sahara job-binary-data-create --file /tmp/fuga.txt --name hoge => job-binary-internal is named hoge sahara job-binary-data-create --file /tmp/fuga.txt => job-binary-internal is named filename(fuga.txt) sahara job-binary-data-create < stdin => job-binary-internal is named creation-date Change-Id: I368b8c82bc87962d69dda175e410e230e0d3beab Closes-Bug: #1428537
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