[3/3] libcloud git commit: Update CHANGES for #1138

2017-10-31 Thread erjohnso
Update CHANGES for #1138 Closes #1138 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5aa71727 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5aa71727 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/di

[2/3] libcloud git commit: image labels

2017-10-31 Thread erjohnso
image labels Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c717e07f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c717e07f Diff: http://git-wip-us.apache.org/repos/asf/libclou

[1/3] libcloud git commit: addressing feedback

2017-10-31 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk a94f92826 -> 5aa717271 addressing feedback Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/42285f89 Tree: http://git-wip-us.apache

[GitHub] libcloud pull request #1138: [google compute] image labels

2017-10-26 Thread erjohnso
GitHub user erjohnso opened a pull request: https://github.com/apache/libcloud/pull/1138 [google compute] image labels ## Allow labels on GCE images ### Description Add capability to set and clear labels on GCE images. ### Status Replace this

[5/5] libcloud git commit: Update CHANGES for #1136

2017-10-19 Thread erjohnso
Update CHANGES for #1136 Closes #1136 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5e1972e4 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5e1972e4 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/di

[3/5] libcloud git commit: adding tests for image license

2017-10-19 Thread erjohnso
adding tests for image license Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1851e7bf Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1851e7bf Diff: http://git-wip-us.apache.org

[4/5] libcloud git commit: Add license for images

2017-10-19 Thread erjohnso
Add license for images Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/d490379c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/d490379c Diff: http://git-wip-us.apache.org/repos/a

[1/5] libcloud git commit: adding tests for image license

2017-10-19 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk bf35421ea -> 5e1972e48 http://git-wip-us.apache.org/repos/asf/libcloud/blob/1851e7bf/libcloud/test/compute/fixtures/gce/projects_coreos-cloud_global_licenses_coreos_stable.json --

[2/5] libcloud git commit: adding tests for image license

2017-10-19 Thread erjohnso
http://git-wip-us.apache.org/repos/asf/libcloud/blob/1851e7bf/libcloud/test/compute/fixtures/gce/projects_coreos-cloud_global_images.json -- diff --git a/libcloud/test/compute/fixtures/gce/projects_coreos-cloud_global_images.json

[GitHub] libcloud pull request #1136: [google compute] Add license strings for new GC...

2017-10-18 Thread erjohnso
GitHub user erjohnso opened a pull request: https://github.com/apache/libcloud/pull/1136 [google compute] Add license strings for new GCE images ## [google compute] Allow adding license strings to GCE images ### Description Allow for insertion of license strings when

libcloud git commit: [google] Add test to check that can create a GCE volume at a given location

2017-04-28 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 30c6f9cb6 -> 408caa9c9 [google] Add test to check that can create a GCE volume at a given location Closes #1048 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache

libcloud git commit: [google] Fix GCENodeDriver.ex_get_volume() if zone param is GCEZone or NodeLocation

2017-04-28 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 03df6a8b5 -> 30c6f9cb6 [google] Fix GCENodeDriver.ex_get_volume() if zone param is GCEZone or NodeLocation Closes #1047 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-

libcloud git commit: [google] Fix call to GCENodeDriver._ex_populate_volume_dict

2017-04-27 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 295045414 -> 03df6a8b5 [google] Fix call to GCENodeDriver._ex_populate_volume_dict Closes #1046 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/l

libcloud git commit: [GOOGLE] Remove validation checks for guestOsFeatures.

2017-04-19 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 89b226085 -> 1a0721599 [GOOGLE] Remove validation checks for guestOsFeatures. This allows libcloud to be more maintable. Features are already validated by the API. Closes #1034 Signed-off-by: Eric Johnson Project: http://git-wip-us.a

libcloud git commit: [google compute] Improve performance of list nodes by caching volume information.

2017-01-06 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk c06497f17 -> 03575ecfd [google compute] Improve performance of list nodes by caching volume information. We leverage the aggregated disk call and store the result. For the list node operation, we've added an extra parameter to use the

libcloud git commit: [google compute] Bug fix for ex_create_multiple_nodes Google Cloud disk auto delete properties

2016-12-24 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk ec8ab7452 -> 3e14f05a1 [google compute] Bug fix for ex_create_multiple_nodes Google Cloud disk auto delete properties Closes #955 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http:

libcloud git commit: Add "MULTI_IP_SUBNET" guestOsFeatures option.

2016-12-24 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 4c67398d3 -> ec8ab7452 Add "MULTI_IP_SUBNET" guestOsFeatures option. Closes #956 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/

libcloud git commit: [google compute] Fix to allow multiple node creation with subnets

2016-11-22 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk fe34a54e0 -> 017063014 [google compute] Fix to allow multiple node creation with subnets Closes #949 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/

libcloud git commit: [google compute] List images fix for projects > 500 images.

2016-11-08 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 3b515f4ef -> 095db8bfd [google compute] List images fix for projects > 500 images. Closes #939 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/li

[2/2] libcloud git commit: update changes

2016-10-13 Thread erjohnso
update changes Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/94ab917f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/94ab917f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/94ab917f Branch: ref

[1/2] libcloud git commit: [GCS] Fixed some google_storage.py URL cleaning.

2016-10-13 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk c873a0d34 -> 94ab917f1 [GCS] Fixed some google_storage.py URL cleaning. Closes #901 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/comm

[4/4] libcloud git commit: update changes

2016-10-13 Thread erjohnso
update changes Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c873a0d3 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c873a0d3 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c873a0d3 Branch: ref

[2/4] libcloud git commit: [GCE] Added support for HTTP(S) proxies with BackendServices

2016-10-13 Thread erjohnso
http://git-wip-us.apache.org/repos/asf/libcloud/blob/cffd9642/libcloud/compute/drivers/gce.py -- diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py index 6b00491..7eaffd3 100644 --- a/libcloud/compute/dr

[1/4] libcloud git commit: [GCE] Added support for HTTP(S) proxies with BackendServices

2016-10-13 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 065d1919d -> c873a0d34 http://git-wip-us.apache.org/repos/asf/libcloud/blob/cffd9642/libcloud/test/compute/fixtures/gce/aggregated_instanceGroupManagers.json -- diff --git

[3/4] libcloud git commit: [GCE] Added support for HTTP(S) proxies with BackendServices

2016-10-13 Thread erjohnso
[GCE] Added support for HTTP(S) proxies with BackendServices Closes #856 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cffd9642 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/

libcloud git commit: [google storage] Google Storage permissions support

2016-09-29 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 69d27cd5b -> f30b3e37f [google storage] Google Storage permissions support Closes #860 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/c

libcloud git commit: [google compute] Add "WINDOWS" guestOsFeatures option.

2016-09-26 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 93c467c3e -> 0ae5c1062 [google compute] Add "WINDOWS" guestOsFeatures option. Closes #861 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libclou

libcloud git commit: Fix image undeprecation on GCE.

2016-08-17 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 214677f45 -> 0846fe4cc Fix image undeprecation on GCE. Closes #852 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0846fe4c Tree:

[2/4] libcloud git commit: [google compute] Support Managed Instance Groups

2016-08-17 Thread erjohnso
http://git-wip-us.apache.org/repos/asf/libcloud/blob/214677f4/libcloud/test/compute/fixtures/gce/_zones_us_central1_a_instanceGroupManagers_myinstancegroup_listManagedInstances.json -- diff --git a/libcloud/test/compute/fixtures/g

[4/4] libcloud git commit: [google compute] Support Managed Instance Groups

2016-08-17 Thread erjohnso
[google compute] Support Managed Instance Groups The following methods have been added (with supporting classes). * gce.ex_get_instancetemplate(template) * gce.ex_list_instancetemplates() * gce.ex_get_instancegroupmgr(name, zone) * gce.ex_list_instancegroupmgrs() * gce.ex_create_instancegroupmgr(

[1/4] libcloud git commit: [google compute] Support Managed Instance Groups

2016-08-17 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk c5b6fc29b -> 214677f45 http://git-wip-us.apache.org/repos/asf/libcloud/blob/214677f4/libcloud/test/compute/test_gce.py -- diff --git a/libcloud/test/compute/test_gce.py b

[3/4] libcloud git commit: [google compute] Support Managed Instance Groups

2016-08-17 Thread erjohnso
http://git-wip-us.apache.org/repos/asf/libcloud/blob/214677f4/libcloud/compute/drivers/gce.py -- diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py index 4b2c2a2..0550860 100644 --- a/libcloud/compute/dr

libcloud git commit: [google compute] Update copy image logic to match create image.

2016-07-15 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk c320c61a0 -> a47a51e14 [google compute] Update copy image logic to match create image. Closes #828 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/as

libcloud git commit: [google compute] Updated scopes.

2016-05-26 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk e9ebac613 -> 51e78e738 [google compute] Updated scopes. Closes #794 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/51e78e73 Tree

[1/2] libcloud git commit: adding tests for #783

2016-05-17 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk a39fe0e3e -> 735a786e0 adding tests for #783 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/735a786e Tree: http://git-wip-us.apac

[2/2] libcloud git commit: [google compute] added option to specify subnetwork when creating node

2016-05-17 Thread erjohnso
[google compute] added option to specify subnetwork when creating node Closes #783 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/96397267 Tree: http://git-wip-us.apache.org/repos/asf/libc

[GitHub] libcloud pull request: [google compute] preliminary support for GC...

2016-05-10 Thread erjohnso
GitHub user erjohnso opened a pull request: https://github.com/apache/libcloud/pull/784 [google compute] preliminary support for GCE beta API ## [google compute] Preliminary support for GCE beta API ### Description Google Compute Engine serves both a 'v1'

[GitHub] libcloud pull request: [google compute] Add support for subnetwork...

2016-05-07 Thread erjohnso
Github user erjohnso closed the pull request at: https://github.com/apache/libcloud/pull/780 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

libcloud git commit: [google compute] Add support for Subnetworks

2016-05-07 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 9eb0507fa -> 32465669c [google compute] Add support for Subnetworks Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/32465669 Tree:

[GitHub] libcloud pull request: [google compute] Add support for subnetwork...

2016-05-03 Thread erjohnso
GitHub user erjohnso opened a pull request: https://github.com/apache/libcloud/pull/780 [google compute] Add support for subnetworks ## Adding support subnetworks to GCE driver ### Description This PR adds support Google Compute Engine's subnetworks feat

[GitHub] libcloud pull request: [LIBCLOUD-713] fix missing pricing data

2016-04-30 Thread erjohnso
Github user erjohnso closed the pull request at: https://github.com/apache/libcloud/pull/779 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

libcloud git commit: [google compute] fix missing pricing data

2016-04-30 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk a2682566b -> f5537811d [google compute] fix missing pricing data Closes LIBCLOUD-713 Closes #778 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/

[GitHub] libcloud pull request: [LIBCLOUD-713] fix missing pricing data

2016-04-30 Thread erjohnso
GitHub user erjohnso opened a pull request: https://github.com/apache/libcloud/pull/779 [LIBCLOUD-713] fix missing pricing data ## [LIBCLOUD-713] fix missing pricing data ### Description Fixes [LIBCLOUD-713](https://issues.apache.org/jira/browse/LIBCLOUD-713

libcloud git commit: Add support for Google Compute Engine Image Families

2016-04-28 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 26a54f158 -> 5c09af271 Add support for Google Compute Engine Image Families Add the ability to specify an "Image Family" for creating a node and/or volume, and the ability to get an image object from a family name. Closes #778 Signed-of

libcloud git commit: Fix gce_demo for loadbalancing and Python 3

2016-04-26 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 2846da70f -> 26a54f158 Fix gce_demo for loadbalancing and Python 3 The firewall for loadbalancing needs to have "target tags" set instead of "source tags" and the print statement fails on Python 3. Closes #776 Signed-off-by: Eric Johnso

libcloud git commit: [google|compute] Fix unnecessary log warning

2016-03-24 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk fec8af6a4 -> 9908ce12d [google|compute] Fix unnecessary log warning Commit 5abd001 was causing issues for Ansible users[1], so this change reverts the logging change. [1] https://github.com/ansible/ansible-modules-core/issues/2242 Proj

libcloud git commit: [google compute] Added setMachineType method to allow for changing sizes of instances

2016-03-07 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 3aebd5b8b -> 6f3279c74 [google compute] Added setMachineType method to allow for changing sizes of instances Closes #721 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip

[GitHub] libcloud pull request: [google compute] Added setMachineType metho...

2016-03-07 Thread erjohnso
GitHub user erjohnso opened a pull request: https://github.com/apache/libcloud/pull/721 [google compute] Added setMachineType method to allow for changing si… …zes of instances. Google Compute Engine supports both predefined machine types and custom machine types. It

libcloud git commit: [google compute] allow bypassing image search in standard project list

2016-02-24 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 1ba38fac9 -> 7013b6a19 [google compute] allow bypassing image search in standard project list Support not using standard projects on images get and support families from copy image. Signed-off-by: Eric Johnson Project: http://git-wip

libcloud git commit: Improvements to Google Auth for Storage and Compute and MIME bug fix

2016-02-09 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 17c2217b5 -> 022d01edd Improvements to Google Auth for Storage and Compute and MIME bug fix Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libclo

[libcloud] Git Push Summary

2016-01-25 Thread erjohnso
Repository: libcloud Updated Tags: refs/tags/v0.20.1-tentative [deleted] 87deb0449

[libcloud] Git Push Summary

2016-01-25 Thread erjohnso
Repository: libcloud Updated Tags: refs/tags/v0.20.1 [created] 87deb0449

svn commit: r1725597 [6/6] - in /libcloud/site/trunk: generated/ generated/assets/ generated/blog/ generated/blog/2010/02/02/ generated/blog/2010/05/11/ generated/blog/2010/10/12/ generated/blog/2011/

2016-01-19 Thread erjohnso
Modified: libcloud/site/trunk/generated/sitemap.xml URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/sitemap.xml?rev=1725597&r1=1725596&r2=1725597&view=diff == --- libcloud/site/trunk/generated/sitemap.xml (

svn commit: r1725597 [1/6] - in /libcloud/site/trunk: generated/ generated/assets/ generated/blog/ generated/blog/2010/02/02/ generated/blog/2010/05/11/ generated/blog/2010/10/12/ generated/blog/2011/

2016-01-19 Thread erjohnso
Author: erjohnso Date: Tue Jan 19 19:20:15 2016 New Revision: 1725597 URL: http://svn.apache.org/viewvc?rev=1725597&view=rev Log: updated site for 0.20.1 release and blog post Added: libcloud/site/trunk/generated/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js libcloud/site/t

svn commit: r1725597 [5/6] - in /libcloud/site/trunk: generated/ generated/assets/ generated/blog/ generated/blog/2010/02/02/ generated/blog/2010/05/11/ generated/blog/2010/10/12/ generated/blog/2011/

2016-01-19 Thread erjohnso
Modified: libcloud/site/trunk/generated/blog/page/8/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/8/index.html?rev=1725597&r1=1725596&r2=1725597&view=diff == --- libcloud/site/trunk/g

svn commit: r1725597 [3/6] - in /libcloud/site/trunk: generated/ generated/assets/ generated/blog/ generated/blog/2010/02/02/ generated/blog/2010/05/11/ generated/blog/2010/10/12/ generated/blog/2011/

2016-01-19 Thread erjohnso
00:00+02:00 +2015-08-13T00:00:00+00:00 Tomaz Muraus @@ -405,7 +471,7 @@ list of people who contributed to this r Allard Hoeve (allard) joins our team https://libcloud.apache.org/blog/2015/03/17/allard-hoeve-joins-our-team.html"; /> https://libcloud.apac

svn commit: r1725597 [2/6] - in /libcloud/site/trunk: generated/ generated/assets/ generated/blog/ generated/blog/2010/02/02/ generated/blog/2010/05/11/ generated/blog/2010/10/12/ generated/blog/2011/

2016-01-19 Thread erjohnso
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=1725597&r1=1725596&r2=1725597&view=diff =

svn commit: r1725597 [4/6] - in /libcloud/site/trunk: generated/ generated/assets/ generated/blog/ generated/blog/2010/02/02/ generated/blog/2010/05/11/ generated/blog/2010/10/12/ generated/blog/2011/

2016-01-19 Thread erjohnso
Modified: libcloud/site/trunk/generated/blog/page/2/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/2/index.html?rev=1725597&r1=1725596&r2=1725597&view=diff == --- libcloud/site/trunk/g

svn commit: r11961 - /release/libcloud/

2016-01-19 Thread erjohnso
Author: erjohnso Date: Tue Jan 19 18:17:14 2016 New Revision: 11961 Log: Upload Libcloud 0.20.1 release artifacts. Added: release/libcloud/apache-libcloud-0.20.1.tar.bz2 (with props) release/libcloud/apache-libcloud-0.20.1.tar.bz2.asc release/libcloud/apache-libcloud-0.20.1.tar.bz2

[libcloud] Git Push Summary

2016-01-15 Thread erjohnso
Repository: libcloud Updated Tags: refs/tags/v0.20.1-tentative d1cf93179 -> 87deb0449

libcloud git commit: update chnages for 0.20.1

2016-01-15 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/0.20.1 d1cf93179 -> 87deb0449 update chnages for 0.20.1 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/87deb044 Tree: http://git-wip-us.apache.org/repos/asf/libcloud

[libcloud] Git Push Summary

2016-01-15 Thread erjohnso
Repository: libcloud Updated Tags: refs/tags/v0.20.1-tentative [created] d1cf93179

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

2016-01-15 Thread erjohnso
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/302b9bba Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/302b9bba Diff: http://git-wip-us.apache.org

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

2016-01-15 Thread erjohnso
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/1b3b91cd Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1b3b91cd Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/

[3/6] libcloud git commit: Fixed bug in public IP addition command

2016-01-15 Thread erjohnso
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/eb49f38d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/eb49f38d Diff: http://git-wip-us.apache.org/repos/a

[6/6] libcloud git commit: bugfix version 0.20.1

2016-01-15 Thread erjohnso
bugfix version 0.20.1 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/d1cf9317 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/d1cf9317 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/d1cf9317 Bran

[5/6] libcloud git commit: [google] Allow for old and new style service account client email address

2016-01-15 Thread erjohnso
[google] Allow for old and new style service account client email address Closes LIBCLOUD-785 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/22093a6a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/22093a6a

[1/6] libcloud git commit: Use hasattr rather than getattr to check for existence

2016-01-15 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/0.20.1 [created] d1cf93179 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 #6

[1/2] libcloud git commit: Implemented LazyObject class, which provides a .lazy class method. The lazy class method returns a Proxy object that subclasses the target object class. Upon accessing the p

2016-01-05 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 94c6b9143 -> 9a7556f46 Implemented LazyObject class, which provides a .lazy class method. The lazy class method returns a Proxy object that subclasses the target object class. Upon accessing the proxy object in any way, the object is ini

[2/2] libcloud git commit: updating changes.rst file

2016-01-05 Thread erjohnso
updating changes.rst file Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/9a7556f4 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/9a7556f4 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/9a7556f4

libcloud git commit: fix oops introduced in last commit

2015-12-19 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 88170f658 -> 67a993fd9 fix oops introduced in last commit Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/67a993fd Tree: http://git-wip-us.apache.org/repos/asf/

libcloud git commit: [google] Allow for old and new style service account client email address

2015-12-18 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 59fec8e7a -> 88170f658 [google] Allow for old and new style service account client email address Closes LIBCLOUD-785 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/c

libcloud git commit: [google] Minor security improvement for storing cached GCE credentials

2015-12-18 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 66f161739 -> 59fec8e7a [google] Minor security improvement for storing cached GCE credentials Closes LIBCLOUD-718 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/comm

libcloud git commit: [google compute] bug fix for disk auto-delete

2015-12-02 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 7e087d6bc -> dc4daeef4 [google compute] bug fix for disk auto-delete Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/dc4daeef Tree: http://git-wip-us.apache.org

libcloud git commit: Fix unittests on Python 2.6 and modified/cleaned up Google tests.

2015-12-02 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 5b26ac4dd -> 7e087d6bc Fix unittests on Python 2.6 and modified/cleaned up Google tests. Closes #648 Closes LIBCLOUD-776 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-

svn commit: r1714466 - in /libcloud/site/trunk: scripts/generate_site.sh source/_posts/2015-10-30-libcloud-0-19-0-released.md source/downloads.md source/index.html

2015-11-15 Thread erjohnso
Author: erjohnso Date: Sun Nov 15 16:38:46 2015 New Revision: 1714466 URL: http://svn.apache.org/viewvc?rev=1714466&view=rev Log: Add post for 0.19.0 Added: libcloud/site/trunk/source/_posts/2015-10-30-libcloud-0-19-0-released.md Modified: libcloud/site/trunk/scripts/generate_sit

libcloud git commit: [google compute] fix pricing script and test; fix build

2015-11-09 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk c07dbe8c3 -> ae85479e8 [google compute] fix pricing script and test; fix build Revert conditional import of simplejson to unconditional: the code as implemented only works with simplejson and not the standard json library because it relie

libcloud git commit: [google compute] add pricing data update script

2015-11-09 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 23127e387 -> c07dbe8c3 [google compute] add pricing data update script Also used the script to update `pricing.json` with current prices on a per-region basis. Added numeric sorting to the JSON output; as a result, all other pricing is n

libcloud git commit: [google compute] Set GCENodeDriver api_name to `google`.

2015-11-09 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk a5d455464 -> 23127e387 [google compute] Set GCENodeDriver api_name to `google`. Closes #614 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcl

svn commit: r1711524 [5/5] - 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-10-30 Thread erjohnso
Modified: libcloud/site/trunk/generated/blog/tags/release announcement.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/release%20announcement.html?rev=1711524&r1=1711523&r2=1711524&view=diff

svn commit: r1711524 [3/5] - 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-10-30 Thread erjohnso
5T00:00:00+00:00 Tomaz Muraus @@ -53,7 +130,7 @@ from <a href="https://github.com Libcloud 0.18.0 released https://libcloud.apache.org/blog/2015/08/13/libcloud-0-18-0-released.html"; /> https://libcloud.apache.org/blog/2015/08/13/libcloud-0-18-0

svn commit: r1711524 [1/5] - 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-10-30 Thread erjohnso
Author: erjohnso Date: Fri Oct 30 17:31:21 2015 New Revision: 1711524 URL: http://svn.apache.org/viewvc?rev=1711524&view=rev Log: Generate website Added: libcloud/site/trunk/generated/assets/global-8d3f2080ad1d4743eda2eeaa60b50d82.js libcloud/site/trunk/generated/assets/gl

svn commit: r1711524 [2/5] - 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-10-30 Thread erjohnso
Modified: libcloud/site/trunk/generated/blog/2014/01/23/welcome-to-the-new-website.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/2014/01/23/welcome-to-the-new-website.html?rev=1711524&r1=1711523&r2=1711524&view=diff =

svn commit: r1711524 [4/5] - 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-10-30 Thread erjohnso
Modified: libcloud/site/trunk/generated/blog/page/5/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/5/index.html?rev=1711524&r1=1711523&r2=1711524&view=diff == --- libcloud/site/trunk/g

libcloud git commit: updated doap file for 0.19.0

2015-10-30 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 4b75a8109 -> 26d6ac384 updated doap file for 0.19.0 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/26d6ac38 Tree: http://git-wip-us.apache.org/repos/asf/libclo

libcloud git commit: Update CHANGES to start dev flow again

2015-10-30 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 4fadb5631 -> 4b75a8109 Update CHANGES to start dev flow again Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4b75a810 Tree: http://git-wip-us.apache.org/repos/

svn commit: r10970 - /release/libcloud/

2015-10-30 Thread erjohnso
Author: erjohnso Date: Fri Oct 30 13:16:53 2015 New Revision: 10970 Log: Remove old releases. Removed: release/libcloud/apache-libcloud-0.16.0.tar.bz2 release/libcloud/apache-libcloud-0.16.0.tar.bz2.asc release/libcloud/apache-libcloud-0.16.0.tar.bz2.md5 release/libcloud/apache

svn commit: r10969 - /release/libcloud/

2015-10-30 Thread erjohnso
Author: erjohnso Date: Fri Oct 30 13:10:52 2015 New Revision: 10969 Log: Add Libcloud 0.19.0 release artifacts. Added: release/libcloud/apache-libcloud-0.19.0.tar.bz2 (with props) release/libcloud/apache-libcloud-0.19.0.tar.bz2.asc release/libcloud/apache-libcloud-0.19.0.tar.bz2

Git Push Summary

2015-10-22 Thread erjohnso
Repository: libcloud Updated Tags: refs/tags/v0.19.0-tentative [created] 4fadb5631

Git Push Summary

2015-10-21 Thread erjohnso
Repository: libcloud Updated Tags: refs/tags/v0.19.0-tentative [deleted] fccf34823

libcloud git commit: LIBCLOUD-760 Fixed XML element names for Dimension Data requests

2015-10-21 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 3bcd60a55 -> 4fadb5631 LIBCLOUD-760 Fixed XML element names for Dimension Data requests Closes #610 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/a

Git Push Summary

2015-10-19 Thread erjohnso
Repository: libcloud Updated Tags: refs/tags/v0.19.0-tentative [created] fccf34823

Git Push Summary

2015-10-19 Thread erjohnso
Repository: libcloud Updated Tags: refs/tags/v0.19.0-tentative [deleted] 5d9540b48

libcloud git commit: Bump version to 0.19.0

2015-10-19 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 5d9540b48 -> fccf34823 Bump version to 0.19.0 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fccf3482 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tre

Git Push Summary

2015-10-19 Thread erjohnso
Repository: libcloud Updated Tags: refs/tags/v0.19.0-tentative [created] 5d9540b48

libcloud git commit: [google compute] update list of scopes

2015-10-19 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 237c54136 -> 5d9540b48 [google compute] update list of scopes Closes #607 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5d9540b

libcloud git commit: Added test/common to MANIFEST.in

2015-10-16 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 9a4e43580 -> 1a49509a8 Added test/common to MANIFEST.in Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1a49509a Tree: http://git-wip-us.apache.org/repos/asf/li

libcloud git commit: [google compute] By default let's assume if it's not string it's a Node object

2015-09-29 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 80a9aa201 -> 6be31b9d5 [google compute] By default let's assume if it's not string it's a Node object Closes #552 Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apac

libcloud git commit: [google compute] GCE:Fix check_node indentation to match check_disk

2015-09-29 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 011d16c38 -> 80a9aa201 [google compute] GCE:Fix check_node indentation to match check_disk Signed-off-by: Eric Johnson Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libclou

libcloud git commit: [google dns] update API from v1beta1 to v1

2015-09-21 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 1aaaef957 -> 44691a789 [google dns] update API from v1beta1 to v1 The API itself is unchanged from v1beta1 to v1, but v1beta1 will be removed after 25 Sep 2015 per https://cloud.google.com/dns/api/v1beta1/ so we need to update the version

  1   2   >