summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Pass only tenant name or ID to keystoneclientSteven Hardy2013-11-271-6/+9
* | Remove --token-only option, it does nothingSteven Hardy2013-11-251-5/+0
* | Merge "Revert "heatclient is not working with os-auth-token""Jenkins2013-11-251-6/+3
|\ \
| * | Revert "heatclient is not working with os-auth-token"Steven Hardy2013-11-181-6/+3
| |/
* | Encode output for fixing UnicodeDecodeErrorchenxiao2013-11-131-1/+5
|/
* heatclient is not working with os-auth-tokenVijendar Komalla2013-11-051-3/+6
* Support --version for heatclientZhiQiang Fan2013-09-041-2/+8
* Merge "Do not obscure Unauthorized error messages"Jenkins2013-08-251-4/+1
|\
| * Do not obscure Unauthorized error messagesSteve Baker2013-08-211-4/+1
* | Apply OS_REGION_NAME for endpoint selectionNachi Ueno2013-08-221-0/+9
|/
* Merge "Parse error object (in json format) returned by heat-api"Jenkins2013-07-301-0/+5
|\
| * Parse error object (in json format) returned by heat-apiJianing YANG2013-07-261-0/+5
* | Validate heat url is supplied for --os-no-client-auth.Steve Baker2013-07-191-1/+6
|/
* Only set X-Auth-User, X-Auth-Key on stack create/update.Steve Baker2013-07-051-6/+3
* Fix all but H302 hacking rules.Angus Salkeld2013-06-271-3/+1
* Fix all the pep8 E* and F* errors.Angus Salkeld2013-06-271-72/+77
* Fix various smaller pep8 issuesDirk Mueller2013-06-201-10/+7
* Use Python 3.x compatible except: constructDirk Mueller2013-06-071-1/+1
* Fix some "H" pep errorsAngus Salkeld2013-05-201-1/+1
* Always pass username, even for --token-onlySteve Baker2013-03-271-1/+1
* Add switch to disable token authentication.Ian Main2013-01-311-12/+23
* Don't log at all if debugging is not turned onAngus Salkeld2013-01-251-4/+0
* remove some glanceisms from the docsSteve Baker2012-12-041-3/+3
* Pass username and password as well as token.Steve Baker2012-11-071-0/+9
* pep8 and more testsSteve Baker2012-10-271-1/+1
* set up default logging even when not debuggingSteve Baker2012-10-251-8/+10
* Shell unit tests, remove unused code, display real results from REST APISteve Baker2012-10-231-44/+29
* Properly configure debug loggingSteve Baker2012-10-181-5/+3
* Get fakes and mox working so that any http request/response sequence can beSteve Baker2012-10-121-21/+24
* Initial importSteve Baker2012-10-101-0/+348