You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2017/09/19 21:01:03 UTC

[05/11] libcloud git commit: Merge remote-tracking branch 'upstream/trunk' into fix-blob-storage-regression

Merge remote-tracking branch 'upstream/trunk' into fix-blob-storage-regression


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/bbd6d136
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/bbd6d136
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/bbd6d136

Branch: refs/heads/trunk
Commit: bbd6d1366ff01d88b10f29267667f0f85ed83d90
Parents: 6f0d3aa 59b44a0
Author: Lucas Di Pentima <ld...@veritasgenetics.com>
Authored: Wed Sep 13 12:28:14 2017 -0300
Committer: Lucas Di Pentima <ld...@veritasgenetics.com>
Committed: Wed Sep 13 12:28:14 2017 -0300

----------------------------------------------------------------------
 .codecov.yml                                    |  23 ++
 .gitignore                                      |   7 +
 CHANGES.rst                                     |  21 +
 README.rst                                      |   4 +-
 .../generate_provider_feature_matrix_table.py   |   7 +-
 doap_libcloud.rdf                               |   7 +
 .../_supported_methods_block_storage.rst        |   2 +-
 .../_supported_methods_image_management.rst     |   2 +-
 docs/compute/_supported_providers.rst           |   2 +-
 docs/conf.py                                    |  20 +-
 docs/copyright.rst                              |  10 +
 docs/dns/_supported_providers.rst               |   2 +-
 docs/loadbalancer/_supported_providers.rst      |   2 +-
 docs/storage/_supported_methods_cdn.rst         |   2 +
 docs/storage/_supported_methods_main.rst        |   2 +
 docs/storage/_supported_providers.rst           |   8 +-
 libcloud/compute/drivers/ec2.py                 |  59 +++
 libcloud/compute/drivers/libvirt_driver.py      |   2 +-
 libcloud/compute/drivers/oneandone.py           | 398 ++++++++-----------
 libcloud/compute/ssh.py                         |   5 +-
 .../ec2/describe_reserved_instances.xml         |   1 +
 libcloud/test/compute/test_ec2.py               |   9 +-
 libcloud/test/conftest.py                       |  25 ++
 requirements-tests.txt                          |   4 +-
 tox.ini                                         |  22 +-
 25 files changed, 376 insertions(+), 270 deletions(-)
----------------------------------------------------------------------