diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2012-12-13 12:01:07 -0600 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2012-12-18 13:58:05 -0600 |
| commit | 82e47d0866397b702ae777972add66b33afae69e (patch) | |
| tree | 2699bf32d9939ad13bed10f52cc020a8e47f7cc9 /tools | |
| parent | d3603535d2f47580bf49520048af1f27adea3e7c (diff) | |
| download | python-cinderclient-82e47d0866397b702ae777972add66b33afae69e.tar.gz | |
Use requests module for HTTP/HTTPS
* Implement correct certificate verification
* Add --os-cacert
* Rework tests for requests
Pinned requests module to < 1.0 as 1.0.2 is now current in pipi
as of 17Dec2012.
Blueprint: tls-verify
Change-Id: I71066ff7297f3b70c08b7ae1c8ae8b6a1b82bbae
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 32cdbc0..fab4830 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ argparse -httplib2 prettytable +requests<1.0 simplejson |
