Return-Path: X-Original-To: apmail-libcloud-notifications-archive@www.apache.org Delivered-To: apmail-libcloud-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 73878185E9 for ; Tue, 5 Jan 2016 10:19:21 +0000 (UTC) Received: (qmail 18992 invoked by uid 500); 5 Jan 2016 10:19:21 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 18925 invoked by uid 500); 5 Jan 2016 10:19:21 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 18386 invoked by uid 500); 5 Jan 2016 10:19:20 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 18300 invoked by uid 99); 5 Jan 2016 10:19:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2016 10:19:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 01395E0B4F; Tue, 5 Jan 2016 10:19:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anthonyshaw@apache.org To: commits@libcloud.apache.org Date: Tue, 05 Jan 2016 10:19:41 -0000 Message-Id: In-Reply-To: <911754126be14f539bd2e6b2a21a39d1@git.apache.org> References: <911754126be14f539bd2e6b2a21a39d1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/26] libcloud git commit: Merge branch 'trunk' into LIBCLOUD-769_Backup_Driver Merge branch 'trunk' into LIBCLOUD-769_Backup_Driver Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/66ed95c7 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/66ed95c7 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/66ed95c7 Branch: refs/heads/trunk Commit: 66ed95c7f54672f615ffdce9b60dc1b3293a8fbb Parents: d1c34c6 9ddaa91 Author: anthony-shaw Authored: Sun Jan 3 14:22:50 2016 +1100 Committer: anthony-shaw Committed: Sun Jan 3 14:22:50 2016 +1100 ---------------------------------------------------------------------- .travis.yml | 6 ++ CHANGES.rst | 56 ++++++++--- doap_libcloud.rdf | 7 ++ docs/_static/images/supported_providers.png | Bin 110558 -> 102086 bytes docs/compute/drivers/auroracompute.rst | 2 +- docs/compute/drivers/cloudstack.rst | 6 +- docs/compute/drivers/dimensiondata.rst | 2 +- docs/compute/drivers/onapp.rst | 2 +- docs/compute/drivers/openstack.rst | 2 +- docs/compute/drivers/packet.rst | 2 +- docs/conf.py | 35 ++++++- docs/development.rst | 2 +- docs/dns/drivers/digital_ocean.rst | 2 +- docs/dns/drivers/dnsimple.rst | 6 +- docs/dns/drivers/durabledns.rst | 4 +- docs/dns/drivers/godaddy.rst | 8 +- docs/dns/drivers/liquidweb.rst | 4 +- docs/dns/drivers/pointdns.rst | 4 +- docs/dns/drivers/vultr.rst | 4 +- docs/dns/drivers/worldwidedns.rst | 4 +- docs/dns/drivers/zonomi.rst | 4 +- .../examples/http_proxy/constructor_argument.py | 8 ++ docs/loadbalancer/drivers/dimensiondata.rst | 2 +- docs/loadbalancer/drivers/elb.rst | 14 +-- docs/loadbalancer/drivers/gce.rst | 6 +- docs/loadbalancer/drivers/index.rst | 4 +- docs/storage/drivers/auroraobjects.rst | 6 +- docs/storage/drivers/s3.rst | 2 +- docs/upgrade_notes.rst | 13 ++- libcloud/common/abiquo.py | 2 +- libcloud/common/base.py | 2 +- libcloud/common/dimensiondata.py | 26 ++--- libcloud/common/exceptions.py | 2 +- libcloud/common/google.py | 16 +-- libcloud/common/onapp.py | 5 +- libcloud/common/openstack.py | 38 ++++--- libcloud/common/openstack_identity.py | 10 +- libcloud/compute/deployment.py | 2 +- libcloud/compute/drivers/abiquo.py | 4 +- libcloud/compute/drivers/azure.py | 36 +++---- libcloud/compute/drivers/cloudsigma.py | 8 +- libcloud/compute/drivers/cloudstack.py | 17 ++-- libcloud/compute/drivers/dimensiondata.py | 65 ++++++++---- libcloud/compute/drivers/ec2.py | 24 ++++- libcloud/compute/drivers/ecp.py | 4 +- libcloud/compute/drivers/gce.py | 24 ++--- libcloud/compute/drivers/hostvirtual.py | 9 +- libcloud/compute/drivers/ibm_sce.py | 3 +- libcloud/compute/drivers/linode.py | 24 ++--- libcloud/compute/drivers/nephoscale.py | 14 +-- libcloud/compute/drivers/profitbricks.py | 4 +- libcloud/compute/drivers/runabove.py | 4 +- libcloud/compute/drivers/vcloud.py | 3 +- libcloud/compute/drivers/vsphere.py | 2 +- libcloud/compute/types.py | 98 ++++++++++--------- libcloud/data/pricing.json | 59 +++++++++-- libcloud/dns/drivers/cloudflare.py | 2 +- libcloud/dns/drivers/pointdns.py | 2 +- libcloud/dns/drivers/rackspace.py | 5 +- libcloud/dns/types.py | 2 - libcloud/loadbalancer/base.py | 2 +- libcloud/storage/base.py | 4 +- libcloud/storage/drivers/google_storage.py | 18 +++- libcloud/storage/drivers/s3.py | 2 +- ...bc_8dabe5a7d0e4_network_addPublicIpBlock.xml | 12 +-- libcloud/test/compute/test_azure.py | 2 +- libcloud/test/compute/test_ec2.py | 8 +- libcloud/test/compute/test_elasticstack.py | 10 -- libcloud/test/compute/test_profitbricks.py | 10 +- libcloud/test/compute/test_types.py | 70 +++++++++++++ libcloud/test/dns/fixtures/cloudflare/nul.json | 10 -- libcloud/test/dns/fixtures/cloudflare/nul_.json | 10 ++ libcloud/test/dns/test_cloudflare.py | 3 +- libcloud/utils/files.py | 2 +- libcloud/utils/networking.py | 2 +- setup.py | 2 +- tox.ini | 2 +- 77 files changed, 585 insertions(+), 317 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/66ed95c7/setup.py ----------------------------------------------------------------------