summaryrefslogtreecommitdiff
path: root/heatclient/v1/actions.py
Commit message (Collapse)AuthorAgeFilesLines
* Move usage methods *_request to get/post/etcPeter Razumovsky2015-06-091-12/+4
| | | | | | | | HTTPClient has methods get/post/put and others, which use json_request and raw_request, but other code uses requests method instead of them. Change-Id: I74ee34430afdae17f83ccdc877cc882f94651bce
* Client supports check actionhuangtianhua2014-09-231-0/+7
| | | | | | Support stack check action. Change-Id: I652136fb20dfa06ac49b9addf85c4f226aa66107
* Add 'cancel_update' action and commandSteve Baker2014-09-181-0/+7
| | | | | Change-Id: I66590110cc065622a8af03286c272a658bc12646 Implements: blueprint cancel-update-stack
* Port to python requestsChmouel Boudjnah2014-02-071-2/+2
| | | | | | | | | | Since python requests has builtins SSL verification we can get ride of our own implementation. Increase tests coverage of heatclient.common.http along the way. Partial Implements: blueprint python-requests-port Change-Id: I04a169da2334acc91e538ca02cba79d9765752b5
* Remove vim headerZhiQiang Fan2013-12-281-2/+0
| | | | | | | | | | | | Vim settings can be done in your vimrc file, there is no need to add them in each source files. Also if set incorrectly, gate (pep8 check) will catch your mistakes. NOTE: openstack.common files are left untouched because they should be fixed in oslo. Change-Id: I96fe6479e64a13766e7a974727405423a66cd496 Closes-Bug: #1229324
* Reuse BaseManager and Resource from osloAndrey Kurilin2013-12-161-7/+7
| | | | | | | | | In the process of unification of the clients code we should reuse common functionality from Oslo. Related to blueprint common-client-library-2 Change-Id: I44a1344e3eb40220d8b795fd05e44623195116a2
* Add support for suspend/resume actionsSteven Hardy2013-07-031-0/+50
Adds support for action-suspend and action-resume blueprint stack-suspend-resume Change-Id: If82e6b19756d3eae8a379141ae1f25565895e262