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 2015/08/30 14:33:03 UTC

[15/21] libcloud git commit: Merge remote-tracking branch 'libcloud/trunk' into trunk

Merge remote-tracking branch 'libcloud/trunk' into trunk


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

Branch: refs/heads/trunk
Commit: 18d280f38632018552fe4c98c2afd4ad79d698d0
Parents: 9a9fafe f625732
Author: Anthony Shaw <an...@gmail.com>
Authored: Sun Aug 30 21:55:58 2015 +1000
Committer: Anthony Shaw <an...@gmail.com>
Committed: Sun Aug 30 21:55:58 2015 +1000

----------------------------------------------------------------------
 CHANGES.rst                                     |  36 ++
 contrib/trigger_rtd_build.py                    |   2 +-
 .../_supported_methods_block_storage.rst        |   2 +-
 docs/dns/_supported_methods.rst                 |   2 +
 docs/dns/_supported_providers.rst               |   2 +
 docs/dns/drivers/auroradns.rst                  |  63 +++
 .../dns/auroradns/enable_disable_record.py      |  13 +
 .../dns/auroradns/instantiate_driver.py         |   6 +
 docs/storage/_supported_methods_cdn.rst         |   2 +
 docs/storage/_supported_methods_main.rst        |   2 +
 docs/storage/_supported_providers.rst           |   2 +
 libcloud/common/rackspace.py                    |   2 +-
 libcloud/compute/drivers/azure.py               |  19 +-
 libcloud/compute/drivers/dimensiondata.py       | 379 ++++++++++++++-----
 libcloud/dns/drivers/auroradns.py               | 256 +++++++++++++
 libcloud/dns/providers.py                       |   4 +-
 libcloud/dns/types.py                           |   1 +
 libcloud/storage/drivers/local.py               |  21 +-
 libcloud/storage/drivers/s3.py                  |  11 +
 libcloud/storage/providers.py                   |   2 +
 libcloud/storage/types.py                       |   1 +
 ...c_8dabe5a7d0e4_infrastructure_datacenter.xml |  44 +++
 ..._9cbc_8dabe5a7d0e4_network_networkDomain.xml |  13 +
 ...2745_4d8a_9cbc_8dabe5a7d0e4_network_vlan.xml |  17 +
 ...8a_9cbc_8dabe5a7d0e4_server_deleteServer.xml |   9 +
 ...5a7d0e4_server_deleteServer_RESOURCEBUSY.xml |   8 +
 ..._9cbc_8dabe5a7d0e4_server_powerOffServer.xml |   8 +
 ...5a7d0e4_server_powerOffServer_INPROGRESS.xml |   8 +
 ...8a_9cbc_8dabe5a7d0e4_server_rebootServer.xml |   8 +
 ...5a7d0e4_server_rebootServer_RESOURCEBUSY.xml |   7 +
 ...d8a_9cbc_8dabe5a7d0e4_server_resetServer.xml |   8 +
 ...745_4d8a_9cbc_8dabe5a7d0e4_server_server.xml |  64 ++++
 ..._9cbc_8dabe5a7d0e4_server_shutdownServer.xml |   8 +
 ...5a7d0e4_server_shutdownServer_INPROGRESS.xml |   8 +
 ...d8a_9cbc_8dabe5a7d0e4_server_startServer.xml |   8 +
 ...abe5a7d0e4_server_startServer_INPROGRESS.xml |   8 +
 ...8a_9cbc_8dabe5a7d0e4_networkWithLocation.xml |   2 +-
 .../dimensiondata/oec_0_9_base_image.xml        | 140 +------
 libcloud/test/compute/test_dimensiondata.py     | 114 +++++-
 libcloud/test/storage/test_local.py             |  16 +-
 tox.ini                                         |   1 +
 41 files changed, 1070 insertions(+), 257 deletions(-)
----------------------------------------------------------------------