| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Support stack check action.
Change-Id: I652136fb20dfa06ac49b9addf85c4f226aa66107
|
|
|
|
|
| |
Change-Id: I66590110cc065622a8af03286c272a658bc12646
Implements: blueprint cancel-update-stack
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
Adds support for action-suspend and action-resume
blueprint stack-suspend-resume
Change-Id: If82e6b19756d3eae8a379141ae1f25565895e262
|