summaryrefslogtreecommitdiff
path: root/heatclient
Commit message (Expand)AuthorAgeFilesLines
* Supports bash_completion for heatclientZhiQiang Fan2013-12-161-0/+29
* Merge "Use jsonutils from oslo incubator"Jenkins2013-12-169-47/+429
|\
| * Use jsonutils from oslo incubatorChmouel Boudjnah2013-12-169-47/+429
* | Merge "Deprecate mox in favor of mox3"Jenkins2013-12-162-2/+2
|\ \ | |/ |/|
| * Deprecate mox in favor of mox3Chuck Short2013-12-062-2/+2
* | Add support for resource_typesAngus Salkeld2013-12-124-0/+115
* | Replace inheritance hierarchy with compositionAndrey Kurilin2013-12-104-30/+30
|/
* Change ID column of Event table to UUIDPablo Andres Fuente2013-12-052-13/+175
* Add back --token-only for invocation compatibility0.2.6Steve Baker2013-12-051-0/+8
* Add --include-pass option for grizzly backwards compatchenhaiq2013-12-053-3/+96
* Merge "Fix i18n error when resource-name is non-english"Jenkins2013-12-044-14/+216
|\
| * Fix i18n error when resource-name is non-englishchenxiao2013-11-254-14/+216
* | Revert "Don't call credentials_headers() twice"Steven Hardy2013-12-032-6/+24
* | Merge "Honor endpoint_type when requesting keystone for a token"Jenkins2013-11-281-1/+2
|\ \
| * | Honor endpoint_type when requesting keystone for a tokenJordanP2013-11-181-1/+2
* | | Merge "Make tokens work with --os-no-client-auth"Jenkins2013-11-282-15/+42
|\ \ \
| * | | Make tokens work with --os-no-client-authSteven Hardy2013-11-272-15/+42
* | | | Merge "test_shell test current not deprecated options"Jenkins2013-11-281-19/+19
|\ \ \ \ | |/ / /
| * | | test_shell test current not deprecated optionsSteven Hardy2013-11-271-19/+19
* | | | Merge "Fix shell operation with --os-auth-token"Jenkins2013-11-283-39/+118
|\ \ \ \ | |/ / /
| * | | Fix shell operation with --os-auth-tokenSteven Hardy2013-11-273-39/+118
* | | | Merge "use correct url on Windows platform"Jenkins2013-11-281-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | use correct url on Windows platformchenhaiq2013-11-261-1/+2
| | |/ | |/|
* | | Don't call credentials_headers() twiceSteven Hardy2013-11-272-12/+6
* | | Use fixtures for all shell environment variablesSteven Hardy2013-11-271-2/+8
* | | Cleanup exc.verbose after testsSteven Hardy2013-11-271-2/+10
* | | Pass only tenant name or ID to keystoneclientSteven Hardy2013-11-272-7/+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-252-22/+3
|\ \
| * | Revert "heatclient is not working with os-auth-token"Steven Hardy2013-11-182-22/+3
| |/
* | Encode output for fixing UnicodeDecodeErrorchenxiao2013-11-133-1/+596
|/
* Merge "heatclient is not working with os-auth-token"Jenkins2013-11-112-3/+22
|\
| * heatclient is not working with os-auth-tokenVijendar Komalla2013-11-052-3/+22
* | Returning the json body after a stack-create or stack-updateTim Schnell2013-11-082-1/+10
|/
* Print a more correct error with event-showAngus Salkeld2013-10-291-2/+4
* Fix the testname of scenarioKui Shi2013-10-241-1/+1
* Merge "align the order of parameters for urlencode()"Jenkins2013-10-232-3/+4
|\
| * align the order of parameters for urlencode()Kui Shi2013-10-232-3/+4
* | remove python 2.5 support for parse_sqlKui Shi2013-10-231-5/+0
|/
* Replace urllib/urllib2 with urlutilsKui Shi2013-10-233-8/+19
* Transform print statement to print functionKui Shi2013-10-231-4/+5
* Use the six library for compatabilityKui Shi2013-10-223-7/+8
* Import urlutils from openstack commonKui Shi2013-10-223-4/+72
* Import httplib from six.movesKui Shi2013-10-161-1/+2
* Replace mox with mox3Kui Shi2013-10-162-2/+3
* Allow env registry paths to be relative to env fileSteve Baker2013-10-082-44/+101
* Merge "Allow -P to be invoked multiple times"0.2.5Jenkins2013-09-273-23/+79
|\
| * Allow -P to be invoked multiple timesSteve Baker2013-09-253-23/+79
* | Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-2010-10/+10
|/
* Merge "Add handler for heatclient.common.http"Jenkins2013-09-111-0/+2
|\