summaryrefslogtreecommitdiff
path: root/heat/tests/test_rpc_client.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Expose resource attributes in the API"Jenkins2014-12-101-1/+2
|\
| * Expose resource attributes in the APIAnderson Mesquita2014-12-041-1/+2
* | Add stack_user_project_id to _create_stack RPC interfaceSteven Hardy2014-12-041-0/+1
|/
* Merge "Handle remote thrown NotFound RPC exceptions"Jenkins2014-11-211-0/+36
|\
| * Handle remote thrown NotFound RPC exceptionsSteve Baker2014-11-201-0/+36
* | Add user_creds_id to _create_stack RPC interfaceSteven Hardy2014-10-291-0/+1
|/
* Add nested_depth to internal _create_stack RPC interfaceSteven Hardy2014-10-291-0/+1
* Add RPC API for cancel update stackPavlo Shchelokovskyy2014-09-131-0/+4
* Add show_nested to count_stacks RPC interfaceSteven Hardy2014-08-211-0/+1
* Add show_nested to list_stacks RPC interfaceSteven Hardy2014-08-211-0/+1
* Add owner_id to new _create_stack RPC interfaceSteven Hardy2014-08-181-7/+18
* rpc client test remove rpcapi logicSteven Hardy2014-08-181-9/+4
* Add APIs to create and manipulate snapshotsThomas Herve2014-08-111-0/+17
* Add query param to allow nested resource listAnderson Mesquita2014-07-211-1/+2
* Merge "Implement events pagination, sorting and filtering"Jenkins2014-07-181-2/+7
|\
| * Implement events pagination, sorting and filteringhuangtianhua2014-07-151-2/+7
* | Fix error count for stack-list while show deletedhuangtianhua2014-07-091-0/+1
|/
* Port to oslo.messagingThomas Herve2014-06-261-14/+6
* API changes for param to show soft-deleted stacksJason Dunsmore2014-05-011-0/+1
* Merge "Make the first line of every file consistent."Jenkins2014-04-081-1/+1
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+1
* | Pass and use the environment in validate_templateThomas Herve2014-04-021-1/+2
* | Order imports in alphabetical order (8/9)Pavlo Shchelokovskyy2014-03-271-1/+1
* | Store stack domain credentials for deploymentsSteve Baker2014-03-251-7/+9
* | Remove signal_id from deployments API and modelSteve Baker2014-03-111-1/+0
|/
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* Unscoped List StacksAnderson Mesquita2014-02-271-1/+9
* Add API support for stack previewAnderson Mesquita2014-02-171-0/+7
* RPC service for software config/deploymentSteve Baker2014-02-051-0/+54
* Fix order of arguments in assertEqual (patch 2/2)Pavlo Shchelokovskyy2014-01-191-1/+1
* Filter resource types by support statusJulia Varlamova2013-12-261-1/+2
* Add filter support to stack APIAnderson Mesquita2013-11-211-1/+2
* Add support for limiting and sorting stacksAnderson Mesquita2013-11-141-2/+8
* Refactor tests to use mockAnderson Mesquita2013-11-111-15/+11
* RPC: Add an RPC call to get a resource type schemaZane Bitter2013-08-121-0/+3
* RPC Client: Add missing unit testsZane Bitter2013-08-121-7/+20
* Remove unnecessary individual import tests.utils.XLiang Chen2013-08-091-3/+3
* Add rest endpoints for resource template generation.Andrew Plunk2013-07-261-0/+3
* Add an API for passing a signal through to a resourceAngus Salkeld2013-07-251-0/+6
* Migrate all tests to use dummy_context.Steve Baker2013-07-221-3/+3
* Update oslo.notifier and always register optionsJulien Danjou2013-07-111-2/+0
* Add initial resume logic to engineSteven Hardy2013-07-011-0/+4
* Add initial suspend logic to engineSteven Hardy2013-06-241-0/+4
* Initial provider template uploadingAngus Salkeld2013-06-191-0/+2
* Merge "Update the oslo code before importing a new module"Jenkins2013-05-271-1/+1
|\
| * Update the oslo code before importing a new moduleAngus Salkeld2013-05-271-1/+1
* | Migrate test base class to testtools.Monty Taylor2013-05-251-2/+2
|/
* Remove use of nose attrib plugin and most unittestClint Byrum2013-04-301-5/+0
* Merge "Do not initialize anything during import phase"Jenkins2013-04-291-0/+2
|\
| * Do not initialize anything during import phaseClint Byrum2013-04-241-0/+2