[09/11] libcloud git commit: EC2: Sort pricing by (non-)numeric part

2015-12-04 Thread anthonyshaw
EC2: Sort pricing by (non-)numeric part contrib/scrape-ec2-prices.py changes the ordering of data/pricing.json, as it sorts the dictionary keys by string, which puts '10' before '2'. Add a function to split the dictionary keys into the numeric, alphabetic and other part and compare the first as

[2/3] libcloud git commit: Flake, i ran the tests locally! i need to apply the same profile

2015-12-06 Thread anthonyshaw
Flake, i ran the tests locally! i need to apply the same profile Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7b829cac Tree:

[3/3] libcloud git commit: Added better explanation and docstrings for internal classes

2015-12-06 Thread anthonyshaw
Added better explanation and docstrings for internal classes Signed-off-by: Anthony Shaw Closes #653 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/914c4eb3 Tree:

[11/11] libcloud git commit: When creating node, cpu element must go before memoryGb.

2015-12-09 Thread anthonyshaw
When creating node, cpu element must go before memoryGb. Signed-off-by: Anthony Shaw Closes #656 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f43570b9 Tree:

[06/11] libcloud git commit: Get customer images and tests

2015-12-09 Thread anthonyshaw
Get customer images and tests Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a543be04 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a543be04 Diff:

[07/11] libcloud git commit: Update field name and test to include cpu spec and memory

2015-12-09 Thread anthonyshaw
Update field name and test to include cpu spec and memory Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/67e56941 Tree:

[09/11] libcloud git commit: Fix linting errors

2015-12-09 Thread anthonyshaw
Fix linting errors Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/325f52e7 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/325f52e7 Diff:

[04/11] libcloud git commit: Update existing URLs to /caas/2.1, update tests and fixtures, change capitalization of /server/server API. Added CPU specification and RAM specification to the server prov

2015-12-09 Thread anthonyshaw
Update existing URLs to /caas/2.1, update tests and fixtures, change capitalization of /server/server API. Added CPU specification and RAM specification to the server provisioning request Signed-off-by: Anthony Shaw Project:

[02/11] libcloud git commit: Update existing URLs to /caas/2.1, update tests and fixtures, change capitalization of /server/server API. Added CPU specification and RAM specification to the server prov

2015-12-09 Thread anthonyshaw
http://git-wip-us.apache.org/repos/asf/libcloud/blob/b806072b/libcloud/test/compute/test_dimensiondata.py -- diff --git a/libcloud/test/compute/test_dimensiondata.py b/libcloud/test/compute/test_dimensiondata.py index

[08/11] libcloud git commit: Added support for reconfiguring a live node

2015-12-09 Thread anthonyshaw
Added support for reconfiguring a live node Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/41c02f51 Tree:

[01/11] libcloud git commit: Update existing URLs to /caas/2.1, update tests and fixtures, change capitalization of /server/server API. Added CPU specification and RAM specification to the server prov

2015-12-09 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 914c4eb3d -> f43570b9f

[1/4] libcloud git commit: Updated CHANGES.rst for #656

2015-12-09 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk f43570b9f -> 152d9786f Updated CHANGES.rst for #656 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/d15614c4 Tree:

[4/4] libcloud git commit: Updated CHANGES.rst for #655

2015-12-09 Thread anthonyshaw
Updated CHANGES.rst for #655 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/152d9786 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/152d9786 Diff:

[libcloud] Git Push Summary

2015-12-09 Thread anthonyshaw
Repository: libcloud Updated Tags: refs/tags/v0.20.0-tentative [created] 3cdf17119

libcloud git commit: Added change notes for #652 and #646

2015-12-04 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 994f7a411 -> 049dfa4e7 Added change notes for #652 and #646 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/049dfa4e Tree:

[07/11] libcloud git commit: EC2: Move comment before t2 instances

2015-12-04 Thread anthonyshaw
EC2: Move comment before t2 instances t2.micro is also a "Burstable Performance General Purpose" instance type. Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit:

[01/11] libcloud git commit: EC2: Specify RAM size in GiB

2015-12-04 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk b5cb7bfd3 -> 2f514559b EC2: Specify RAM size in GiB The values on are given in [GiB]. Let Python convert them to [MiB], as the current values are a mix of [MB] and [MiB].

[03/11] libcloud git commit: EC2: Add g2.8xlarge and t2.large

2015-12-04 Thread anthonyshaw
EC2: Add g2.8xlarge and t2.large >From Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/be9d9cba Tree:

[04/11] libcloud git commit: EC2: Add missing vCPU information

2015-12-04 Thread anthonyshaw
EC2: Add missing vCPU information Add vCPU information from Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit:

[02/11] libcloud git commit: EC2: Fix disk size

2015-12-04 Thread anthonyshaw
EC2: Fix disk size The values on are given in [GB]. Let Python calculate the size of multiple disks. Remove wrong factor 1000 from m3 instances. Signed-off-by: Anthony Shaw Project:

[08/11] libcloud git commit: OSC: Remove duplicate entries

2015-12-04 Thread anthonyshaw
OSC: Remove duplicate entries Commit b7d851f1 added the pricing and instance info multiple times. Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c43fcc81 Tree:

[05/11] libcloud git commit: EC2: Rename i2 and d2 instance types

2015-12-04 Thread anthonyshaw
EC2: Rename i2 and d2 instance types i2 are I/O optimized, while d2 are dense optimized Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7d1b7961 Tree:

[06/11] libcloud git commit: EC2: Add clarifications

2015-12-04 Thread anthonyshaw
EC2: Add clarifications Add source URLs. Add unit type for RAM and disk size. Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e88a00c7 Tree:

[2/3] libcloud git commit: Remove stray pprint

2015-12-02 Thread anthonyshaw
Remove stray pprint Signed-off-by: Anthony Shaw Closes #651 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/83112cf9 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/83112cf9 Diff:

libcloud git commit: Add support for service_name in _parse_service_catalog_auth_v3

2015-12-01 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk b7d851f14 -> 990ecf7c6 Add support for service_name in _parse_service_catalog_auth_v3 Signed-off-by: Anthony Shaw Closes #647 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit:

[3/3] libcloud git commit: Update CHANGES.rst with recent closed PRs

2015-12-01 Thread anthonyshaw
Update CHANGES.rst with recent closed PRs Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5b26ac4d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5b26ac4d Diff:

[2/3] libcloud git commit: Updated the comments

2015-12-01 Thread anthonyshaw
Updated the comments Signed-off-by: Anthony Shaw Closes #644 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/36ed6304 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/36ed6304 Diff:

libcloud git commit: Use hasattr rather than getattr to check for existence

2015-12-15 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk a5ff3dbb3 -> 3e85cf159 Use hasattr rather than getattr to check for existence I forgot getattr throws an exception. This should have been a hasattr. Additionally added a check to make sure it's a dict before treating it as such. Closes

[2/2] libcloud git commit: Compare strictly to None

2015-12-15 Thread anthonyshaw
Compare strictly to None Follow the coding standards better by using a strict comparison to None. Closes #657 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/66f16173 Tree:

[1/2] libcloud git commit: Fixed error when proxy_url is None.

2015-12-15 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 3e85cf159 -> 66f161739 Fixed error when proxy_url is None. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f755d559 Tree:

svn commit: r11534 - /release/libcloud/KEYS

2015-12-10 Thread anthonyshaw
Author: anthonyshaw Date: Fri Dec 11 02:15:59 2015 New Revision: 11534 Log: Added keys for anthonys...@apache.org Modified: release/libcloud/KEYS Modified: release/libcloud/KEYS == --- release/libcloud/KEYS

[1/2] libcloud git commit: update doap

2015-12-15 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk bef1f94cb -> 07a5cf63d update doap Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e7adb247 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e7adb247

[libcloud] Git Push Summary

2015-12-15 Thread anthonyshaw
Repository: libcloud Updated Tags: refs/tags/v0.20.0 [created] dee343495

svn commit: r11622 - /release/libcloud/

2015-12-15 Thread anthonyshaw
Author: anthonyshaw Date: Wed Dec 16 02:02:46 2015 New Revision: 11622 Log: Upload 0.20.0 release Added: release/libcloud/apache-libcloud-0.20.0.tar.bz2 (with props) release/libcloud/apache-libcloud-0.20.0.tar.bz2.asc release/libcloud/apache-libcloud-0.20.0.tar.bz2.md5 release

svn commit: r1720304 - in /libcloud/site/trunk: content/images/providers.png source/_posts/2015-12-15-libcloud-0-20-0-released.md source/downloads.md source/images/provider-logos/dimensiondata.png sou

2015-12-16 Thread anthonyshaw
Author: anthonyshaw Date: Wed Dec 16 09:09:09 2015 New Revision: 1720304 URL: http://svn.apache.org/viewvc?rev=1720304=rev Log: Updated website with 0.20.0 release documentation Added: libcloud/site/trunk/source/_posts/2015-12-15-libcloud-0-20-0-released.md libcloud/site/trunk/source

svn commit: r1720308 [6/6] - in /libcloud/site/trunk/generated: ./ assets/ blog/ blog/2010/02/02/ blog/2010/05/11/ blog/2010/10/12/ blog/2011/01/17/ blog/2011/02/15/ blog/2011/05/25/ blog/2011/06/06/

2015-12-16 Thread anthonyshaw
Modified: libcloud/site/trunk/generated/whois-using.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/whois-using.html?rev=1720308=1720307=1720308=diff == ---

svn commit: r1720308 [3/6] - in /libcloud/site/trunk/generated: ./ assets/ blog/ blog/2010/02/02/ blog/2010/05/11/ blog/2010/10/12/ blog/2011/01/17/ blog/2011/02/15/ blog/2011/05/25/ blog/2011/06/06/

2015-12-16 Thread anthonyshaw
ibuted to this release can be found in the +a href=https://libcloud.readthedocs.org/en/latest/changelog.html#changes-with-apache-libcloud-0-20-0CHANGES file/a./p + + + + Anthony Shaw (anthonyshaw) joins our team https://libcloud.apache.org/blog/2015/11/18/anthony-shaw-joins-our-team

svn commit: r1720308 [5/6] - in /libcloud/site/trunk/generated: ./ assets/ blog/ blog/2010/02/02/ blog/2010/05/11/ blog/2010/10/12/ blog/2011/01/17/ blog/2011/02/15/ blog/2011/05/25/ blog/2011/06/06/

2015-12-16 Thread anthonyshaw
s: news, release announcement + + + + + + + + + Anthony Shaw (anthonyshaw) joins our team @@ -3913,7 +3999,7 @@ Cloud and SoftLayer. - + Modified: libcloud/site/trunk/generated/blog/tags/pmc.html URL: http://svn.apache.org/viewv

svn commit: r1720308 [1/6] - in /libcloud/site/trunk/generated: ./ assets/ blog/ blog/2010/02/02/ blog/2010/05/11/ blog/2010/10/12/ blog/2011/01/17/ blog/2011/02/15/ blog/2011/05/25/ blog/2011/06/06/

2015-12-16 Thread anthonyshaw
Author: anthonyshaw Date: Wed Dec 16 09:32:57 2015 New Revision: 1720308 URL: http://svn.apache.org/viewvc?rev=1720308=rev Log: generate website Added: libcloud/site/trunk/generated/assets/global-52715da7c55e2d86c5b5bfc2a8e7c73e.css libcloud/site/trunk/generated/assets/global

svn commit: r1720308 [2/6] - in /libcloud/site/trunk/generated: ./ assets/ blog/ blog/2010/02/02/ blog/2010/05/11/ blog/2010/10/12/ blog/2011/01/17/ blog/2011/02/15/ blog/2011/05/25/ blog/2011/06/06/

2015-12-16 Thread anthonyshaw
Modified: libcloud/site/trunk/generated/blog/2014/01/22/libcloud-0-14-0-released.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/2014/01/22/libcloud-0-14-0-released.html?rev=1720308=1720307=1720308=diff

svn commit: r1720309 - in /libcloud/site/trunk/generated: blog/2015/12/15/libcloud-0-20-0-released.html blog/archives/2015/12/index.html blog/atom.xml blog/index.html blog/tags/news.html blog/tags/rel

2015-12-16 Thread anthonyshaw
Author: anthonyshaw Date: Wed Dec 16 09:35:44 2015 New Revision: 1720309 URL: http://svn.apache.org/viewvc?rev=1720309=rev Log: generate website Modified: libcloud/site/trunk/generated/blog/2015/12/15/libcloud-0-20-0-released.html libcloud/site/trunk/generated/blog/archives/2015/12

svn commit: r1720311 - in /libcloud/site/trunk/generated: blog/atom.xml index.html sitemap.xml

2015-12-16 Thread anthonyshaw
Author: anthonyshaw Date: Wed Dec 16 09:56:13 2015 New Revision: 1720311 URL: http://svn.apache.org/viewvc?rev=1720311=rev Log: generate website Modified: libcloud/site/trunk/generated/blog/atom.xml libcloud/site/trunk/generated/index.html libcloud/site/trunk/generated/sitemap.xml

[1/4] libcloud git commit: fix behaviour when pool does not exist

2016-01-05 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk db1f603a4 -> f742c9091 fix behaviour when pool does not exist Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7ce64e92 Tree:

[3/4] libcloud git commit: add ipv6 to node, from primary nic

2016-01-05 Thread anthonyshaw
add ipv6 to node, from primary nic Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/08937bef Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/08937bef Diff:

[2/4] libcloud git commit: allow for a firewell to target a single host address

2016-01-05 Thread anthonyshaw
allow for a firewell to target a single host address Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/47ac74b0 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/47ac74b0 Diff:

[05/26] libcloud git commit: structure for docs and API specification.

2016-01-05 Thread anthonyshaw
structure for docs and API specification. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c6f95d61 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c6f95d61 Diff:

[20/26] libcloud git commit: Update code after code review on PR by @Kami

2016-01-05 Thread anthonyshaw
Update code after code review on PR by @Kami Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f0cc015f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f0cc015f Diff:

[02/26] libcloud git commit: Basic structure of the backup driver.

2016-01-05 Thread anthonyshaw
Basic structure of the backup driver. A backup driver can list targets, each target has a type (e.g. virtual server, database, filesystem) targets then have recovery points and jobs, jobs can be started, stopped, paused. recovery points can be listed for each target and recovered. Project:

[01/26] libcloud git commit: Initial structure for supporting backup driver type

2016-01-05 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 329bbc499 -> 94c6b9143 Initial structure for supporting backup driver type Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/99edca71 Tree:

[09/26] libcloud git commit: **

2016-01-05 Thread anthonyshaw
** Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/681879ba Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/681879ba Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/681879ba Branch:

[13/26] libcloud git commit: Additional functions for the EBS example driver

2016-01-05 Thread anthonyshaw
Additional functions for the EBS example driver Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b3ac5d36 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b3ac5d36 Diff:

[07/26] libcloud git commit: Added get_target_job for tracking the progress of an individual job. Added some example code (for a fictional driver)

2016-01-05 Thread anthonyshaw
Added get_target_job for tracking the progress of an individual job. Added some example code (for a fictional driver) Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c086d347 Tree:

[25/26] libcloud git commit: Merge branch 'LIBCLOUD-769_Backup_Driver' into trunk

2016-01-05 Thread anthonyshaw
Merge branch 'LIBCLOUD-769_Backup_Driver' into trunk Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cb9b89c9 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/cb9b89c9 Diff:

[15/26] libcloud git commit: updated provider tables and fix pylinting error

2016-01-05 Thread anthonyshaw
updated provider tables and fix pylinting error Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c1815c74 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c1815c74 Diff:

[16/26] libcloud git commit: Merge branch 'trunk' into LIBCLOUD-769_Backup_Driver

2016-01-05 Thread anthonyshaw
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/09a258f8 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/09a258f8 Diff:

[22/26] libcloud git commit: Fix Sphinx warnings, updated provider tables

2016-01-05 Thread anthonyshaw
Fix Sphinx warnings, updated provider tables Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/d1c34c6e Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/d1c34c6e Diff:

[1/2] libcloud git commit: fix contribution Closes #671

2016-01-05 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk f742c9091 -> 329bbc499 fix contribution Closes #671 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/31f39a47 Tree:

[2/2] libcloud git commit: Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/libcloud into trunk

2016-01-05 Thread anthonyshaw
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/329bbc49 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/329bbc49 Diff:

[17/26] libcloud git commit: Formed a backup driver example for the Dimension Data Cloud APIs

2016-01-05 Thread anthonyshaw
Formed a backup driver example for the Dimension Data Cloud APIs Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ab2ce8f6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ab2ce8f6 Diff:

[14/26] libcloud git commit: Basic example of a GCE snapshot driver. POC

2016-01-05 Thread anthonyshaw
Basic example of a GCE snapshot driver. POC Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e9ebc5fb Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e9ebc5fb Diff:

[06/26] libcloud git commit: Fix docstrings order. Add backup index to docs

2016-01-05 Thread anthonyshaw
Fix docstrings order. Add backup index to docs Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b3398da1 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b3398da1 Diff:

[11/26] libcloud git commit: Prototype of an EBS driver for backup and doing snapshots

2016-01-05 Thread anthonyshaw
Prototype of an EBS driver for backup and doing snapshots Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/de6452ad Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/de6452ad Diff:

[19/26] libcloud git commit: Further Styling updates

2016-01-05 Thread anthonyshaw
Further Styling updates Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/98899b1a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/98899b1a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/98899b1a

[24/26] libcloud git commit: Add docs for the dimensiondata driver

2016-01-05 Thread anthonyshaw
Add docs for the dimensiondata driver Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/31b162be Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/31b162be Diff:

[2/3] libcloud git commit: Allow ex_list_firewall_rules to accept network domain id and pageSize, pageNumber as params

2016-01-01 Thread anthonyshaw
Allow ex_list_firewall_rules to accept network domain id and pageSize, pageNumber as params Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7a6a5489 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/7a6a5489

[1/3] libcloud git commit: Added line break

2016-01-01 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 5e5f7a5f6 -> 9ddaa91f2 Added line break Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8bb7f6db Tree:

[3/3] libcloud git commit: Modify representation for some objects Closes #670

2016-01-01 Thread anthonyshaw
Modify representation for some objects Closes #670 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/9ddaa91f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/9ddaa91f Diff:

[1/2] libcloud git commit: Multiple improvements to the Dimension Data tests

2016-01-08 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 2a2b20080 -> e3bb83801 Multiple improvements to the Dimension Data tests - Use libcloud.test.unittest instead of the system unittest to ensure that newer unittest features are available in older version of Python - Update all other

libcloud git commit: Fixed bug in public IP addition command

2015-12-20 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 67a993fd9 -> 2e036dae4 Fixed bug in public IP addition command Closes #661 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/2e036dae Tree:

libcloud git commit: Fix syntax error for DimensionDataStatus object

2015-12-20 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 2e036dae4 -> 4632db2d1 Fix syntax error for DimensionDataStatus object Closes #662 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4632db2d Tree:

[2/3] libcloud git commit: more user friendly kwargs for creating nodes. Allow str to be passed for vlan, network or network domain, as well as the auth (password) arg.

2015-12-21 Thread anthonyshaw
more user friendly kwargs for creating nodes. Allow str to be passed for vlan, network or network domain, as well as the auth (password) arg. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6add1ee9 Tree:

[3/3] libcloud git commit: isinstance accepts tuples which is much cleaner Closes #664

2015-12-21 Thread anthonyshaw
isinstance accepts tuples which is much cleaner Closes #664 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e943be82 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e943be82 Diff:

[3/3] libcloud git commit: Removed the t2.nano instance types from eu-central and ap-southeast-2 as they are not available yet.

2015-12-28 Thread anthonyshaw
Removed the t2.nano instance types from eu-central and ap-southeast-2 as they are not available yet. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/60b5661c Tree:

[2/3] libcloud git commit: Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/libcloud into trunk

2015-12-28 Thread anthonyshaw
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/adfaacfb Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/adfaacfb Diff:

[3/4] libcloud git commit: Merge branch 'trunk' of https://github.com/DimensionDataCBUSydney/libcloud into trunk

2015-12-21 Thread anthonyshaw
Merge branch 'trunk' of https://github.com/DimensionDataCBUSydney/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/88e134a2 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/88e134a2 Diff:

[1/4] libcloud git commit: Fix syntax error for DimensionDataStatus object

2015-12-21 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 4632db2d1 -> f856da991 Fix syntax error for DimensionDataStatus object Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4d21a8d2 Tree:

libcloud git commit: GoogleStorageDriver can now use either our S3 authentication or other Google Cloud Platform OAuth2 authentication methods.

2015-11-26 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 8f54b5f7b -> 3849f65fe GoogleStorageDriver can now use either our S3 authentication or other Google Cloud Platform OAuth2 authentication methods. GoogleBaseConnection allows for a GCS_S3 auth type now, but does not handle creating the

libcloud git commit: Updated Changes.rst

2015-11-26 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk d4fba98a6 -> 4ffa31579 Updated Changes.rst Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4ffa3157 Tree:

libcloud git commit: Add an additional argument to libcloud.compute.drivers.GCENodeDriver.create_node to allow for creation of preemptible GCE instances

2015-11-26 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 56548a969 -> 8f54b5f7b Add an additional argument to libcloud.compute.drivers.GCENodeDriver.create_node to allow for creation of preemptible GCE instances Signed-off-by: Anthony Shaw Closes #643 Project:

[01/13] libcloud git commit: initial driver class for godaddy DNS

2015-11-26 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 3849f65fe -> d4fba98a6 initial driver class for godaddy DNS Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit:

[10/13] libcloud git commit: * added parenthesis to % formats * added method for _format_record to avoid DRY in create and update record * raise record does not exist error

2015-11-26 Thread anthonyshaw
* added parenthesis to % formats * added method for _format_record to avoid DRY in create and update record * raise record does not exist error Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit:

[04/13] libcloud git commit: Added support for the GoDaddy driver to purchase domains, list records, add and update records, cancel domains, check availability, validate purchase requests

2015-11-26 Thread anthonyshaw
Added support for the GoDaddy driver to purchase domains, list records, add and update records, cancel domains, check availability, validate purchase requests Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit:

[03/13] libcloud git commit: More tests and support for fetching legal agreements.

2015-11-26 Thread anthonyshaw
More tests and support for fetching legal agreements. Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0af6df0b Tree:

[13/13] libcloud git commit: Use correct initializers for RecordDoesNotExistError. use qualifier for record type

2015-11-26 Thread anthonyshaw
Use correct initializers for RecordDoesNotExistError. use qualifier for record type Signed-off-by: Anthony Shaw Closes #640 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/d4fba98a Tree:

[02/13] libcloud git commit: Fix lint

2015-11-26 Thread anthonyshaw
Fix lint Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7b38ce35 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/7b38ce35 Diff:

[07/13] libcloud git commit: Updated provider table

2015-11-26 Thread anthonyshaw
Updated provider table Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/59b96de7 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/59b96de7 Diff:

[12/13] libcloud git commit: utility method for id = self._get_id_of_record(name, type)

2015-11-26 Thread anthonyshaw
utility method for id = self._get_id_of_record(name, type) Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e053ee64 Tree:

[05/13] libcloud git commit: Added docs

2015-11-26 Thread anthonyshaw
Added docs Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/2108caf6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/2108caf6 Diff:

[09/13] libcloud git commit: Use new ttl field, use equality comparer when assessing length of records

2015-11-26 Thread anthonyshaw
Use new ttl field, use equality comparer when assessing length of records Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0b8007c9 Tree:

[06/13] libcloud git commit: fix linting

2015-11-26 Thread anthonyshaw
fix linting Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fee45746 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fee45746 Diff:

[08/13] libcloud git commit: reorder methods, fix python 2.5 compat issues

2015-11-26 Thread anthonyshaw
reorder methods, fix python 2.5 compat issues Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7de5bc41 Tree:

[11/13] libcloud git commit: leftover string format

2015-11-26 Thread anthonyshaw
leftover string format Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/53ac187a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/53ac187a Diff:

[2/3] libcloud git commit: Outscale Driver - region update (eu-west-2 , us-east-2)

2015-11-30 Thread anthonyshaw
Outscale Driver - region update (eu-west-2 , us-east-2) Signed-off-by: Anthony Shaw Closes #645 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b2968c4c Tree:

[1/3] libcloud git commit: Outscale Driver - region update (eu-west-2 , us-east-2)

2015-11-30 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 7d6a02a24 -> b7d851f14 Outscale Driver - region update (eu-west-2 , us-east-2) Signed-off-by: Anthony Shaw Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit:

[3/3] libcloud git commit: Outscale Driver - region update (eu-west-2 , us-east-2) on OUTSCALE_INC & OUTSCALE_SAS with outdated pricing for the moment

2015-11-30 Thread anthonyshaw
Outscale Driver - region update (eu-west-2 , us-east-2) on OUTSCALE_INC & OUTSCALE_SAS with outdated pricing for the moment Signed-off-by: Anthony Shaw Closes #645 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit:

libcloud git commit: Since GoDaddy uses the PUT verb the previous update record method replaced the zone records, not the single records.

2015-11-26 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 4ffa31579 -> 7d6a02a24 Since GoDaddy uses the PUT verb the previous update record method replaced the zone records, not the single records. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit:

[07/18] libcloud git commit: Merge branch 'trunk' of https://github.com/apache/libcloud into trunk

2015-11-17 Thread anthonyshaw
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/2189a6bb Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/2189a6bb Diff:

[06/18] libcloud git commit: Merge branch 'trunk' of https://github.com/apache/libcloud into trunk

2015-11-17 Thread anthonyshaw
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:

[13/18] libcloud git commit: Monitoring functions and tests for servers in both MCP 1 and 2

2015-11-17 Thread anthonyshaw
Monitoring functions and tests for servers in both MCP 1 and 2 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cd24ef2c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/cd24ef2c Diff:

[17/18] libcloud git commit: Merge remote-tracking branch 'libcloud/trunk' into trunk

2015-11-17 Thread anthonyshaw
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/2a415a80 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/2a415a80 Diff:

  1   2   3   4   5   6   7   8   9   10   >