summaryrefslogtreecommitdiff
path: root/heat/tests/test_rpc_client.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockSean McGinnis2020-05-051-1/+1
* Option for retrieving child templates and env files from swiftrabi2018-07-261-0/+5
* Remove stack watch servicerabi2018-01-281-17/+0
* Merge "Use exception_filter in RPC client"Jenkins2017-03-291-0/+18
|\
| * Use exception_filter in RPC clientZane Bitter2017-03-271-0/+18
* | RPC Client: don't cast() delete_stack by defaultZane Bitter2017-03-281-2/+2
|/
* Delete mox.stubs in heatNam Nguyen Hoai2016-08-271-2/+0
* Remove tenant_safe flag from rpc and db apirabi2016-08-161-4/+1
* Add stack files retrieval APISteven Hardy2016-07-111-0/+5
* Implement event list nested-depthSteve Baker2016-06-141-1/+2
* Add to resource_schema returning descriptionPeter Razumovsky2016-05-251-1/+2
* Add to resource-type-list returning descriptionPeter Razumovsky2016-05-251-1/+2
* RPC API: Add a template_id parameter to stack_create/updateZane Bitter2016-05-161-6/+12
* Add environment retrieval APIJay Dobies2016-04-181-0/+5
* Replace SD RPC polling by long RPC callThomas Herve2016-04-051-0/+5
* Merge "Use oslo.utils.reflection to extract class name"Jenkins2016-03-061-1/+3
|\
| * Use oslo.utils.reflection to extract class nameBo Wang2016-02-161-1/+3
* | Resource mark unhealthy RPC and ReST APIAhmed Elkhouly2016-02-241-0/+8
* | Stack resource searchKanagaraj Manickam2016-02-161-1/+3
* | Adds ignore_errors for template_validate REST APIKanagaraj Manickam2016-02-041-1/+3
|/
* Add environment_files to REST and RPC APIsJay Dobies2016-01-281-0/+5
* Adds RPC api for export actionKanagaraj Manickam2016-01-201-0/+6
* Provide software deployment id on createThomas Herve2016-01-191-0/+1
* Add resolve_outputs parameter to stacks APIOleksii Chuprykov2016-01-061-2/+2
* Add APIs implementation for output functionsPeter Razumovsky2015-10-281-0/+11
* Fix [H405] pep rule in heat/testsPeter Razumovsky2015-10-121-2/+1
* Switch to mox3Sirushti Murugesan2015-10-021-1/+1
* Allow nested validation for template-validateSteven Hardy2015-09-221-1/+2
* Wire in files to template validateSteven Hardy2015-09-171-1/+2
* Updates resource type filtering with name, versionKanagaraj Manickam2015-09-031-2/+6
* Add a preview endpoint for stack updatesRyan Brown2015-08-311-0/+8
* Add cancel_with_rollback flag to stack cancel updatericolin2015-08-011-1/+3
* support list resources with detailsRico Lin2015-07-081-1/+2
* Support to list software configslvdongbing2015-06-261-0/+5
* Remove deprecated metadata_update methodSergey Kraynev2015-06-151-6/+0
* Support to generate hot template based on resource typehuangtianhua2015-04-281-1/+2
* Add ability to filter stacks by tagJason Dunsmore2015-04-161-0/+8
* Persist parent_resource_name and make sure it's availableAngus Salkeld2015-04-101-0/+1
* Add ability to hide stacks based on tagJason Dunsmore2015-04-081-0/+2
* Use HeatTestCase as parent instead of testtoolsSergey Kraynev2015-03-311-8/+3
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-1/+1
* Manage deployment updated_at valuesSteve Baker2015-02-121-1/+2
* heat-manage service listKanagaraj Manickam2015-02-021-0/+3
* Enable H305 and H307 style checksPavlo Shchelokovskyy2015-01-201-1/+1
* Enable resource signals be handled asynchronouslytengqm2015-01-191-1/+2
* 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