Merge branch 'trunk' of https://github.com/apache/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/b0d86263
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b0d86263
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b0d86263

Branch: refs/heads/trunk
Commit: b0d86263751f169575c7820e5cf6a6026cd71025
Parents: ab6e76a 637ff03
Author: Anthony Shaw <anthony.p.s...@gmail.com>
Authored: Tue Oct 6 09:37:19 2015 +1100
Committer: Anthony Shaw <anthony.p.s...@gmail.com>
Committed: Tue Oct 6 09:37:19 2015 +1100

----------------------------------------------------------------------
 CHANGES.rst                                     |   6 +-
 docs/_static/images/provider_logos/dnsimple.png | Bin 0 -> 20166 bytes
 .../_static/images/provider_logos/packetnet.png | Bin 0 -> 17846 bytes
 docs/_static/images/provider_logos/pointdns.png | Bin 0 -> 19816 bytes
 docs/_static/images/provider_logos/zonomi.png   | Bin 0 -> 11224 bytes
 libcloud/common/liquidweb.py                    |  27 +-
 libcloud/common/vultr.py                        |  26 +-
 libcloud/common/zonomi.py                       |  26 +-
 libcloud/compute/drivers/ec2.py                 |  42 +-
 libcloud/compute/drivers/gce.py                 |  13 +-
 libcloud/dns/drivers/pointdns.py                | 323 ++++++++---
 libcloud/dns/drivers/vultr.py                   |  24 +-
 libcloud/dns/drivers/worldwidedns.py            |  15 +-
 ...instances_with_subnet_and_security_group.xml |  87 +++
 libcloud/test/compute/test_ec2.py               |  31 ++
 .../fixtures/pointdns/_zones_1_ZONE_UPDATE.json |   9 +
 .../_zones_1_mail_redirects_CREATE.json         |   8 +
 .../_zones_1_mail_redirects_DELETE.json         |   5 +
 .../pointdns/_zones_1_mail_redirects_GET.json   |   8 +
 .../pointdns/_zones_1_mail_redirects_LIST.json  |  18 +
 .../_zones_1_mail_redirects_UPDATE.json         |   8 +
 .../pointdns/_zones_1_redirects_CREATE.json     |  11 +
 .../pointdns/_zones_1_redirects_DELETE.json     |   5 +
 .../pointdns/_zones_1_redirects_GET.json        |  11 +
 .../pointdns/_zones_1_redirects_LIST.json       |  24 +
 .../pointdns/_zones_1_redirects_UPDATE.json     |  11 +
 libcloud/test/dns/fixtures/pointdns/error.json  |   7 +
 .../test/dns/fixtures/pointdns/not_found.json   |   1 +
 .../dns/fixtures/pointdns/redirect_error.json   |  10 +
 libcloud/test/dns/test_pointdns.py              | 557 +++++++++++++++++++
 30 files changed, 1135 insertions(+), 178 deletions(-)
----------------------------------------------------------------------


Reply via email to