summaryrefslogtreecommitdiff
path: root/cinderclient/shell.py
Commit message (Collapse)AuthorAgeFilesLines
* show help when calling without argumentsChristian Berendt2012-11-081-1/+1
| | | | | | | | | | | | | When calling cinder without arguments you'll receive the following output: error: too few arguments Try 'cinder help ' for more information. With this change the help is also shown when calling cinder without arguments. I think that's the expected behavior. Change-Id: I8f46f67b7fef472ac344bb74f80cf1b77c4c4745
* Add retries to cinderclient.Cory Stone2012-11-071-1/+8
| | | | | | | | | | | | HTTPClient now supports a retries argument. It will reissue requests for any 5xx or socket (400 with n/a) errors. This retry loop was "inspired" by swiftclient's loop. It reauths one extra time if necessary. It uses backoff times of 1, 2, 4... seconds. The default is 0 retries. It is also exposed to the shell as well with a --retries arg. Change-Id: I67bed02d65155f4a4d5d879bb233f56cc78849fa
* Revert "Add retries to cinderclient."John Griffith2012-11-021-7/+1
| | | This reverts commit 3b1eda3b3bb6678e9c9ec3e783e3e12b0c42f0a4
* Add retries to cinderclient.Cory Stone2012-11-011-1/+7
| | | | | | | | | | | | HTTPClient now supports a retries argument. It will reissue requests for any 5xx or socket (400 with n/a) errors. This retry loop was "inspired" by swiftclient's loop. It reauths one time if necessary. It uses backoff times of 1, 2, 4... seconds. The default is 0 retries. It is also exposed to the shell as well with a --retries arg. Change-Id: I75d9a13d6c4ba16a5da13d4bf5cad78a777d67d7
* Change '_' to '-' in optionsDean Troyer2012-08-231-27/+57
| | | | | | | | | | This changes every command-line option with a '_' in its name and changes them to '-'. The old option names are maintained for backward compatibility but are no longer in the help text. BP command-options Change-Id: If926bb3b8fa85d628aea197496cf976f71bcdd08
* Set pep8 version to 1.1 in test_requiresJohn Griffith2012-06-151-79/+93
| | | | | | | * Fixes bug 1007520 * Changes in pep8 cause new failures Change-Id: Ie678f01a5008b0df6ef43a360b599890cab40776
* Initial split from python-novaclient.0.0Jenkins2012-05-211-0/+435