Go to file
yuhara.motoki 67b4e76be8 add --name option to assign name to job-binary-internal
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
2015-04-02 11:04:56 +09:00
2015-02-11 12:24:37 +03:00
2014-02-18 16:24:42 +04:00
2014-03-20 19:00:15 +04:00
2014-04-30 02:46:55 +00:00
2015-02-03 08:43:33 +00:00

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
RETIRED, Python bindings and CLI for Sahara.
Readme 12 MiB