Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/libcloud into trunk
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5b2a26c0 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5b2a26c0 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5b2a26c0 Branch: refs/heads/trunk Commit: 5b2a26c0aae2ac0edf16a8ac5bd1ce47c278fefc Parents: 6cf6b12 02fa4f6 Author: anthony-shaw <anthony.p.s...@gmail.com> Authored: Mon Feb 29 15:11:40 2016 +1100 Committer: anthony-shaw <anthony.p.s...@gmail.com> Committed: Mon Feb 29 15:11:40 2016 +1100 ---------------------------------------------------------------------- CHANGES.rst | 23 +++++ doap_libcloud.rdf | 9 +- libcloud/common/base.py | 19 ++++ libcloud/compute/drivers/gce.py | 25 +++-- libcloud/compute/drivers/vcloud.py | 9 +- libcloud/dns/drivers/godaddy.py | 9 +- libcloud/httplib_ssl.py | 2 + libcloud/storage/drivers/backblaze_b2.py | 131 ++++++++++++++++++------ libcloud/test/compute/test_gce.py | 10 +- libcloud/test/compute/test_ssh_client.py | 4 +- libcloud/test/storage/test_backblaze_b2.py | 25 +++++ libcloud/test/test_httplib_ssl.py | 10 ++ libcloud/utils/escape.py | 22 ++++ libcloud/utils/py3.py | 11 +- 14 files changed, 254 insertions(+), 55 deletions(-) ----------------------------------------------------------------------