[GitHub] libcloud pull request: Modified Google Storage driver to use Googl...

2015-10-30 Thread crunk1
GitHub user crunk1 opened a pull request:

https://github.com/apache/libcloud/pull/622

Modified Google Storage driver to use GoogleBaseConnection. This allo…

…ws for service accounts and installed apps to access Google Cloud 
Storage. Also did some cleanup: removed a few __init__ methods that only pass 
parameters to their superclass, refactored credential_file logic with Google 
connections.

GoogleStorageDriver still uses the S3 API and driver, but the underlying 
connection and authentication has been swapped out with GoogleBaseConnection.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/crunk1/libcloud trunk

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/libcloud/pull/622.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #622


commit d2b7fee78823c77a4c63b088035272f972aa4e32
Author: Scott Crunkleton 
Date:   2015-10-30T23:44:32Z

Modified Google Storage driver to use GoogleBaseConnection. This allows for 
service accounts and installed apps to access Google Cloud Storage. Also did 
some cleanup: removed a few __init__ methods that only pass parameters to their 
superclass, refactored credential_file logic with Google connections.




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Git Push Summary

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


Git Push Summary

2015-10-30 Thread tomaz
Repository: libcloud
Updated Tags:  refs/tags/v0.19.0-tentative [deleted] 4fadb5631


[GitHub] libcloud pull request: Update worldwidedns provider with tests.

2015-10-30 Thread aleGpereira
GitHub user aleGpereira opened a pull request:

https://github.com/apache/libcloud/pull/621

Update worldwidedns provider with tests.

This update make worldwidedns driver to choose automatically a slot to 
store a record when is not specified.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/aleGpereira/libcloud 
update_worldwidedns_provider

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/libcloud/pull/621.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #621


commit bf96cf6577cd676166031e21f3a5d62da352a274
Author: Alejandro Pereira 
Date:   2015-10-12T15:26:49Z

Update worldwidedns provider with tests.




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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
==
--- libcloud/site/trunk/generated/blog/tags/release announcement.html (original)
+++ libcloud/site/trunk/generated/blog/tags/release announcement.html Fri Oct 
30 17:31:21 2015
@@ -47,7 +47,7 @@
 
 
 
-
+
 
   
 
@@ -96,6 +96,96 @@
   
 
   
+Libcloud 
0.19.0 released
+  
+
+  
+
+  
+  By Eric Johnson on Oct 30, 2015
+
+  
+We are pleased to announce the release of Libcloud 0.19.0.
+
+This is a first release in the 0.19 series which means it brings many new
+features, improvements, bug-fixes, and DNS drivers.
+
+Release highlights
+
+
+New load balancer driver for http://cloud.dimensiondata.com/am/en/";>Dimension Data
+New DNS driver for https://www.pcextreme.com/aurora/dns";>AuroraDNS
+New DNS driver for http://www.worldwidedns.net/home.asp";>WorldWideDNS
+New DNS driver for https://dnsimple.com/";>DNSimple
+New DNS driver for https://pointhq.com/";>PointDNS
+New DNS driver for https://www.vultr.com/";>Vult DNS
+New DNS driver for http://www.liquidweb.com/";>Liquidweb 
DNS
+New DNS driver for http://zonomi.com/";>Zonomi DNS
+New DNS driver for https://durabledns.com/";>Durable DNS
+Added volume management methods and more to https://www.runabove.com/index.xml";>RunAbove compute service
+Added new South America East region to https://aws.amazon.com/s3/";>S3 storage driver
+Many more improvements and API v2.0 added to the http://cloud.dimensiondata.com/am/en/services/public-cloud/cloud-networks";>Dimension
 Data compute driver
+New API v1 support for https://cloud.google.com/dns/";>Google 
Cloud DNS
+Many improvements in the HostVirtual compute driver
+and much more!
+
+
+Full change log can be found at https://libcloud.readthedocs.org/en/latest/changelog.html#changes-with-apache-libcloud-0-19-0";>here.
+
+Download
+
+The release can can be downloaded from
+https://libcloud.apache.org/downloads.html";>https://libcloud.apache.org/downloads.html
 or installed using pip:
+
+
+pip install apache-libcloud==0.19.0
+
+
+Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade 
it:
+
+
+pip install --upgrade apache-libcloud==0.19.0
+
+
+Upgrade notes
+
+A page which describes backward incompatible or semi-incompatible
+changes and how to preserve the old behavior when this is possible
+can be found at https://libcloud.readthedocs.org/en/latest/upgrade_notes.html";>https://libcloud.readthedocs.org/en/latest/upgrade_notes.html
+
+Documentation
+
+Regular and API documentation is available at https://libcloud.readthedocs.org/en/v0.19.0/";>https://libcloud.readthedocs.org/en/v0.19.0/
+
+Bugs / Issues
+
+If you find any bug or issue, please report it on our issue tracker
+https://issues.apache.org/jira/browse/LIBCLOUD";>https://issues.apache.org/jira/browse/LIBCLOUD.
+Don't forget to attach an example and / or test which reproduces your
+problem.
+
+Thanks
+
+Thanks to everyone who contributed and made this release possible! Full
+list of people who contributed to this release can be found in the
+https://libcloud.readthedocs.org/en/latest/changelog.html#changes-with-apache-libcloud-0-19-0";>CHANGES
 file.
+
+  
+
+  
+
+  Tags: news, release 
announcement
+
+  
+
+
+  
+
+  
+
+  
 Libcloud 
0.18.0 released
   
 
@@ -2703,7 +2793,7 @@ Cloud and SoftLayer.
 
 
 
-
+
 
 
 

Modified: libcloud/site/trunk/generated/blog/tags/security release.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/security%20release.html?rev=1711524&r1=1711523&r2=1711524&view=diff
==
--- libcloud/site/trunk/generated/blog/tags/security release.html (original)
+++ libcloud/site/trunk/generated/blog/tags/security release.html Fri Oct 30 
17:31:21 2015
@@ -47,7 +47,7 @@
 
 
 
-
+
 
   
 
@@ -374,7 +374,7 @@ http://wiki.apache.org/incubator/Libclou
 
 
 
-
+
 
 
 

Modified: libcloud/site/trunk/generated/blog/tags/sprints.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/sprints.html?rev=1711524&r1=1711523&r2=1711524&view=diff
==
--- libcloud/site/trunk/generated/blog/tags/sprints.html (original)
+++ libcloud/site/trunk/generated/blog/tags/sprints.html Fri Oct 30 17:31:21 
2015
@@ -47,7 +47,7 @@
 
 
 
-
+
 
   
 
@@ -175,7 +175,7 @@ please refer to the http://mail
 
 
 
-
+
 
 
 

Modified: libcloud/site/trunk/generated/blog/tags/svn.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/svn.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
Modified: libcloud/site/trunk/generated/blog/atom.xml
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/atom.xml?rev=1711524&r1=1711523&r2=1711524&view=diff
==
--- libcloud/site/trunk/generated/blog/atom.xml (original)
+++ libcloud/site/trunk/generated/blog/atom.xml Fri Oct 30 17:31:21 2015
@@ -5,17 +5,94 @@
   https://libcloud.apache.org"; rel="self" />
   https://libcloud.apache.org"; />
   https://libcloud.apache.org
-  2015-10-05T20:59:09+02:00
+  2015-10-30T17:28:57+00:00
   
 The Apache Software Foundation
   
 
 
   
+Libcloud 0.19.0 released
+https://libcloud.apache.org/blog/2015/10/30/libcloud-0-19-0-released.html";
 />
+
https://libcloud.apache.org/blog/2015/10/30/libcloud-0-19-0-released.html
+2015-10-30T00:00:00+00:00
+
+  Eric Johnson
+
+

We are pleased to announce the release of Libcloud 0.19.0.

+ +

This is a first release in the 0.19 series which means it brings many new +features, improvements, bug-fixes, and DNS drivers.

+ +

Release highlights

+ + + +

Full change log can be found at here.

; + +

Download

+ +

The release can can be downloaded from +https://libcloud.apache.org/downloads.html; or installed using pip:

+ +
+pip install apache-libcloud==0.19.0
+
+ +

Upgrading

+ +

If you have installed Libcloud using pip you can also use it to upgrade it:

+ +
+pip install --upgrade apache-libcloud==0.19.0
+
+ +

Upgrade notes

+ +

A page which describes backward incompatible or semi-incompatible +changes and how to preserve the old behavior when this is possible +can be found at https://libcloud.readthedocs.org/en/latest/upgrade_notes.html

; + +

Documentation

+ +

Regular and API documentation is available at https://libcloud.readthedocs.org/en/v0.19.0/

; + +

Bugs / Issues

+ +

If you find any bug or issue, please report it on our issue tracker +https://issues.apache.org/jira/browse/LIBCLOUD;. +Don't forget to attach an example and / or test which reproduces your +problem.

+ +

Thanks

+ +

Thanks to everyone who contributed and made this release possible! Full +list of people who contributed to this release can be found in the +CHANGES file.

+ + + + Libcloud is participating in Hacktoberfest https://libcloud.apache.org/blog/2015/10/05/libcloud-is-participating-in-hacktoberfest.html"; /> https://libcloud.apache.org/blog/2015/10/05/libcloud-is-participating-in-hacktoberfest.html -2015-10-05T00:00:00+02:00 +2015-10-05T00:00:00+00:00 Tomaz Muraus @@ -53,7 +130,7 @@ from https://libcloud.apache.org/blog/2015/08/13/libcloud-0-18-0-released.html -2015-08-13T00:00:00+02:00 +2015-08-13T00:00:00+00:00 Tomaz Muraus @@ -130,7 +207,7 @@ list of people who contributed to this r Allard Hoeve (allard) joins o

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/global-8d3f2080ad1d4743eda2eeaa60b50d82.js.gz
   (with props)

libcloud/site/trunk/generated/assets/global-e7192cf35de7c848d039a1a201afcbe3.css

libcloud/site/trunk/generated/assets/global-e7192cf35de7c848d039a1a201afcbe3.css.gz
   (with props)

libcloud/site/trunk/generated/assets/index-4e0c5311011bb14ac6df59594aab3250.js

libcloud/site/trunk/generated/assets/index-4e0c5311011bb14ac6df59594aab3250.js.gz
   (with props)
libcloud/site/trunk/generated/blog/2015/10/30/
libcloud/site/trunk/generated/blog/2015/10/30/libcloud-0-19-0-released.html
Removed:

libcloud/site/trunk/generated/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js

libcloud/site/trunk/generated/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js.gz

libcloud/site/trunk/generated/assets/global-899d738a400f63ec0a604e4d3f5e880f.css

libcloud/site/trunk/generated/assets/global-899d738a400f63ec0a604e4d3f5e880f.css.gz

libcloud/site/trunk/generated/assets/index-77c76afd993ee1ef9937a9c9469e8205.js

libcloud/site/trunk/generated/assets/index-77c76afd993ee1ef9937a9c9469e8205.js.gz
Modified:
libcloud/site/trunk/generated/about.html
libcloud/site/trunk/generated/blog/2010/02/02/libcloud-0-2-0-released.html
libcloud/site/trunk/generated/blog/2010/05/11/libcloud-0-3-1-released.html
libcloud/site/trunk/generated/blog/2010/10/12/libcloud-0-4-0-released.html
libcloud/site/trunk/generated/blog/2011/01/17/libcloud-0-4-2-released.html

libcloud/site/trunk/generated/blog/2011/02/15/libcloud-sprint-will-be-held-at-pycon-2011.html
libcloud/site/trunk/generated/blog/2011/05/25/libcloud-0-5-0-released.html

libcloud/site/trunk/generated/blog/2011/06/06/libcloud-sprint-will-be-held-at-europython-2011.html
libcloud/site/trunk/generated/blog/2011/07/04/libcloud-0-5-2-released.html
libcloud/site/trunk/generated/blog/2011/09/01/libcloud-on-floss-weekly.html

libcloud/site/trunk/generated/blog/2011/10/19/libcloud-0-6-0-beta1-released.html
libcloud/site/trunk/generated/blog/2011/11/09/libcloud-0-6-1-released.html
libcloud/site/trunk/generated/blog/2011/11/17/libcloud-0-6-2-released.html

libcloud/site/trunk/generated/blog/2011/11/22/new-committer-hutson-betts-join-our-team.html
libcloud/site/trunk/generated/blog/2011/12/09/libcloud-0-7-1-released.html

libcloud/site/trunk/generated/blog/2011/12/30/2011-in-retrospect-and-happy-new-year-from-libcloud-team.html
libcloud/site/trunk/generated/blog/2012/02/08/libcloud-0-8-0-released.html
libcloud/site/trunk/generated/blog/2012/04/01/libcloud-0-9-1-released.html

libcloud/site/trunk/generated/blog/2012/05/05/website-and-code-svn-repository-moved.html
libcloud/site/trunk/generated/blog/2012/05/24/libcloud-0-10-1-released.html
libcloud/site/trunk/generated/blog/2012/07/30/libcloud-0-11-0-released.html
libcloud/site/trunk/generated/blog/2012/08/22/libcloud-0-11-1-released.html
libcloud/site/trunk/generated/blog/2012/09/25/libcloud-0-11-3-released.html

libcloud/site/trunk/generated/blog/2012/11/16/new-committer-ilgiz-islamgulov-joins-the-team.html
libcloud/site/trunk/generated/blog/2012/11/19/libcloud-0-11-4-released.html

libcloud/site/trunk/generated/blog/2012/12/26/2012-in-retrospect-and-happy-new-year-from-libcloud-team.html

libcloud/site/trunk/generated/blog/2012/12/28/new-committer-mahendra-maheshwara-joins-our-team.html
libcloud/site/trunk/generated/blog/2013/02/18/libcloud-0-12-1-released.html
libcloud/site/trunk/generated/blog/2013/03/21/libcloud-0-12-3-released.html
libcloud/site/trunk/generated/blog/2013/07/01/libcloud-0-13-0-released.html

libcloud/site/trunk/generated/blog/2013/08/04/new-committer-john-carr-joins-our-team.html
libcloud/site/trunk/generated/blog/2013/09/05/libcloud-0-13-1-released.html

libcloud/site/trunk/generated/blog/2013/11/21/libcloud-0-14-0-beta3-released.html

libcloud/site/trunk/generated/blog/2013/11/25/new-committers-brian-curtin-joins-our-team.html

libcloud/site/trunk/generated/blog/2013/12/28/2013-in-retrospect-and-a-happy-new-year-from-the-libcloud-team.html

libcloud/site/trunk/generated/blog/2013/12/29/new-low-volume-announce-mailing-list.html
libcloud/site/trunk/generated/blog/2013/12/31/libcloud-0-13-3-released.html

libcloud/site/trunk/generated/blog/2014/01/01/quick-update-about-0-13-3-release-and-digitalocean-vulnerability.html
libcloud/site/trunk/generated/blog/2014/01/22/libcloud-0-14-0-released.html

libcloud/site/trunk/generated/blog/2014/01/23/welcome-to-the-new-website.html

libcloud/site/trunk/generated/blog/2014/01/27/libcloud-0-14-and-the-new-exoscale-driver.html

libcloud/site/trunk/

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
==
--- 
libcloud/site/trunk/generated/blog/2014/01/23/welcome-to-the-new-website.html 
(original)
+++ 
libcloud/site/trunk/generated/blog/2014/01/23/welcome-to-the-new-website.html 
Fri Oct 30 17:31:21 2015
@@ -44,7 +44,7 @@
   https://libcloud.apache.org/blog/2014/01/23/welcome-to-the-new-website.html";
 property="og:url">
 
 
-  
+  
   https://libcloud.apache.org/about.html"; 
property="article:author">
 
 
@@ -56,7 +56,7 @@
   
 
 
-
+
 
   
 
@@ -260,7 +260,7 @@ the changes yourself.
 
 
 
-
+
 
 
 

Modified: 
libcloud/site/trunk/generated/blog/2014/01/27/libcloud-0-14-and-the-new-exoscale-driver.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/2014/01/27/libcloud-0-14-and-the-new-exoscale-driver.html?rev=1711524&r1=1711523&r2=1711524&view=diff
==
--- 
libcloud/site/trunk/generated/blog/2014/01/27/libcloud-0-14-and-the-new-exoscale-driver.html
 (original)
+++ 
libcloud/site/trunk/generated/blog/2014/01/27/libcloud-0-14-and-the-new-exoscale-driver.html
 Fri Oct 30 17:31:21 2015
@@ -44,7 +44,7 @@
   https://libcloud.apache.org/blog/2014/01/27/libcloud-0-14-and-the-new-exoscale-driver.html";
 property="og:url">
 
 
-  
+  
   https://libcloud.apache.org/about.html"; 
property="article:author">
 
 
@@ -56,7 +56,7 @@
   
 
 
-
+
 
   
 
@@ -168,7 +168,7 @@ been written by one of our developers an
 
 
 
-
+
 
 
 

Modified: 
libcloud/site/trunk/generated/blog/2014/02/04/libcloud-0-14-and-rackspace.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/2014/02/04/libcloud-0-14-and-rackspace.html?rev=1711524&r1=1711523&r2=1711524&view=diff
==
--- 
libcloud/site/trunk/generated/blog/2014/02/04/libcloud-0-14-and-rackspace.html 
(original)
+++ 
libcloud/site/trunk/generated/blog/2014/02/04/libcloud-0-14-and-rackspace.html 
Fri Oct 30 17:31:21 2015
@@ -44,7 +44,7 @@
   https://libcloud.apache.org/blog/2014/02/04/libcloud-0-14-and-rackspace.html";
 property="og:url">
 
 
-  
+  
   https://libcloud.apache.org/about.html"; 
property="article:author">
 
 
@@ -56,7 +56,7 @@
   
 
 
-
+
 
   
 
@@ -166,7 +166,7 @@ drivers to http://developer.rac
 
 
 
-
+
 
 
 

Modified: 
libcloud/site/trunk/generated/blog/2014/02/07/new-committer-alex-gaynor-joins-our-team.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/2014/02/07/new-committer-alex-gaynor-joins-our-team.html?rev=1711524&r1=1711523&r2=1711524&view=diff
==
--- 
libcloud/site/trunk/generated/blog/2014/02/07/new-committer-alex-gaynor-joins-our-team.html
 (original)
+++ 
libcloud/site/trunk/generated/blog/2014/02/07/new-committer-alex-gaynor-joins-our-team.html
 Fri Oct 30 17:31:21 2015
@@ -44,7 +44,7 @@
   https://libcloud.apache.org/blog/2014/02/07/new-committer-alex-gaynor-joins-our-team.html";
 property="og:url">
 
 
-  
+  
   https://libcloud.apache.org/about.html"; 
property="article:author">
 
 
@@ -56,7 +56,7 @@
   
 
 
-
+
 
   
 
@@ -156,7 +156,7 @@ to the team :)
 
 
 
-
+
 
 
 

Modified: 
libcloud/site/trunk/generated/blog/2014/02/08/libcloud-0-14-1-released.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/2014/02/08/libcloud-0-14-1-released.html?rev=1711524&r1=1711523&r2=1711524&view=diff
==
--- libcloud/site/trunk/generated/blog/2014/02/08/libcloud-0-14-1-released.html 
(original)
+++ libcloud/site/trunk/generated/blog/2014/02/08/libcloud-0-14-1-released.html 
Fri Oct 30 17:31:21 2015
@@ -44,7 +44,7 @@
   https://libcloud.apache.org/blog/2014/02/08/libcloud-0-14-1-released.html";
 property="og:url">
 
 
-  
+  
   https://libcloud.apache.org/about.html"; 
property="article:author">
 
 
@@ -56,7 +56,7 @@
   
 
 
-
+
 
   
 
@@ -206,7 +206,7 @@ list of people who contributed to this r
 
 
 
-
+
 
 
 

Modified: 
libcloud/site/trunk/generated/blog/2014/02/11/libcloud-0-14-1-and-cloudsigma.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/2014/02/11/libcloud-0-14-1-and-cloudsigma.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/generated/blog/page/5/index.html (original)
+++ libcloud/site/trunk/generated/blog/page/5/index.html Fri Oct 30 17:31:21 
2015
@@ -47,7 +47,7 @@
 
 
 
-
+
 
   
 
@@ -97,6 +97,48 @@
 
   
   
+Libcloud 
0.14 and the new Exoscale driver
+  
+
+  
+
+  
+  By Tomaz Muraus (https://plus.google.com/+TomazMuraus?rel=author";>Google+)on 
Jan 27, 2014
+
+  
+Libcloud 0.14 which has been released recently 
includes many new features
+and improvements. One of those new features is also a driver for the
+https://www.exoscale.ch/open-cloud/compute/";>Exoscale public 
cloud.
+
+Exoscale is a public cloud service provider based in Switzerland. Their 
cloud
+is powered by an open-source cloud computing platform https://cloudstack.apache.org/";>Apache CloudStack.
+As such, the new Exoscale driver heavily relies on the existing
+https://libcloud.readthedocs.org/en/latest/compute/drivers/cloudstack.html";>CloudStack
 driver.
+
+
+  https://www.exoscale.ch"; target="_blank">
+  
+  
+
+
+If you want to learn more about how to get started with the new Exoscale
+driver, you should read https://www.exoscale.ch/syslog/2014/01/27/licloud-guest-post/";>Libcloud 
0.14 and Exoscale blog post which has
+been written by one of our developers and posted on the Exoscale blog.
+
+  
+
+  
+
+  Tags: articles, new features
+
+  
+
+
+
+  
+
+  
+  
 Welcome to 
the new website
   
 
@@ -453,41 +495,6 @@ example and / or test which reproduces y
 
 
   
-
-  
-  
-New low 
volume "announce" mailing list
-  
-
-  
-
-  
-  By Tomaz Muraus (https://plus.google.com/+TomazMuraus?rel=author";>Google+)on 
Dec 29, 2013
-
-  
-In addition to our existing users 
(us...@libcloud.apache.org), developers
-(d...@libcloud.apache.org) and commits 
(comm...@libcloud.apache.org)
-mailing list, we now also have a new very low volume announce mailing list -
-annou...@libcloud.apache.org.
-
-The mailing list is moderated and will only be used for distributing 
important
-project announcements such as information about new releases and other
-important project updates.
-
-You can subscribe to it by sending an email to
-mailto:announce-subscr...@libcloud.apache.org";>announce-subscr...@libcloud.apache.org.
-
-  
-
-  
-
-  Tags: news
-
-  
-
-
-
-  
 
 
 
@@ -512,7 +519,7 @@ important project updates.
   
 Archive
 
-October 2015 
 (1)  August 2015 
 (1)  March 2015 
 (1)  February 2015 
 (1)  December 2014 
 (1)  November 2014 
 (1)  July 2014 
 (2)  June 2014 
 (1)  May 2014 
 (1)  April 2014 
 (1)  February 2014 
 (8)  January 2014 
 (4)  December 2013 
 (3)  November 2013 
 (2) <
 a href="/blog/archives/2013/09/"> September 2013  (1)  August 2013  (1)  July 2013  (1)  March 2013  (1)  February 2013  (1)  December 2012  (2)  November 2012  (2)  September 2012  (1)  August 2012  (1)  July 2012  (1)  May 2012  (2)  April 2012  (1)  February 2012  (1)  December 2011  (2)  November 2011  (3)  October 2011  (1)  September 2011  (1)  July 2011  (1)  June 2011  (1)  May 2011  (1)  February 2011  (1)  January 2011  (1)  October 2010  (1)  May 2010  (1)  February 2010  (1)
+October 2015 
 (2)  August 2015 
 (1)  March 2015 
 (1)  February 2015 
 (1)  December 2014 
 (1)  November 2014 
 (1)  July 2014 
 (2)  June 2014 
 (1)  May 2014 
 (1)  April 2014 
 (1)  February 2014 
 (8)  January 2014 
 (4)  December 2013 
 (3)  November 2013 
 (2) <
 a href="/blog/archives/2013/09/"> September 2013  (1)  August 2013  (1)  July 2013  (1)  March 2013  (1)  February 2013  (1)  December 2012  (2)  November 2012  (2)  September 2012  (1)  August 2012  (1)  July 2012  (1)  May 2012  (2)  April 2012  (1)  February 2012  (1)  December 2011  (2)  November 2011  (3)  October 2011  (1)  September 2011  (1)  July 2011  (1)  June 2011  (1)  May 2011  (1)  February 2011  (1)  January 2011  (1)  October 2010  (1)  May 2010  (1)  February 2010  (1)
 
   
 
@@ -543,7 +550,7 @@ important project updates.
 
 
 
-
+
 
 
 

Modified: libcloud/site/trunk/generated/blog/page/6/index.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/6/index.html?rev=1711524&r1=1711523&r2=1711524&view=diff
==
--- libcloud/site/trunk/generated/blog/page/6/index.html (original)
+++ libcloud/site/trunk/generated/blog/page/6/index.html Fri Oct 30 17:31:21 
2015
@@ -47,7 +47,7 @@
 
 
 
-
+
 
   
 
@@ -97,6 +97,41 @@
 
   
   
+New low 
volume "announce" mailing list
+  
+
+  
+
+  
+  By Tomaz Muraus (https://plus.google.com/+TomazMuraus?rel=author";>Go

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/libcloud/tree/26d6ac38
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/26d6ac38

Branch: refs/heads/trunk
Commit: 26d6ac3845d9547f9da4ec818ba9454c7d057f08
Parents: 4b75a81
Author: Eric Johnson 
Authored: Fri Oct 30 16:07:23 2015 +
Committer: Eric Johnson 
Committed: Fri Oct 30 16:07:23 2015 +

--
 doap_libcloud.rdf | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/26d6ac38/doap_libcloud.rdf
--
diff --git a/doap_libcloud.rdf b/doap_libcloud.rdf
index 1540cb0..ac05e37 100644
--- a/doap_libcloud.rdf
+++ b/doap_libcloud.rdf
@@ -252,13 +252,20 @@
 v0.17.0
   
   
-
+  
   
 0.18.0
 2015-08-12
 v0.18.0
   
   
+  
+  
+0.19.0
+2015-10-30
+v0.19.0
+  
+  
 
   
 https://svn.apache.org/repos/asf/libcloud/trunk/"/>



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/asf/libcloud/tree/4b75a810
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4b75a810

Branch: refs/heads/trunk
Commit: 4b75a81092eb2f922ef7d501881b9ca0629d3c56
Parents: 4fadb56
Author: Eric Johnson 
Authored: Fri Oct 30 15:24:19 2015 +
Committer: Eric Johnson 
Committed: Fri Oct 30 15:24:19 2015 +

--
 CHANGES.rst | 18 ++
 1 file changed, 18 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/libcloud/blob/4b75a810/CHANGES.rst
--
diff --git a/CHANGES.rst b/CHANGES.rst
index 75342fd..b872c1c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,24 @@
 Changelog
 =
 
+Changes with Apache Libcloud in development
+---
+
+General
+~~~
+
+Compute
+~~~
+
+Storage
+~~~
+
+Loadbalancer
+
+
+DNS
+~~~
+
 Changes with Apache Libcloud 0.19.0
 ---
 



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-libcloud-0.16.0.tar.bz2.sha1
release/libcloud/apache-libcloud-0.16.0.tar.gz
release/libcloud/apache-libcloud-0.16.0.tar.gz.asc
release/libcloud/apache-libcloud-0.16.0.tar.gz.md5
release/libcloud/apache-libcloud-0.16.0.tar.gz.sha1
release/libcloud/apache-libcloud-0.16.0.zip
release/libcloud/apache-libcloud-0.16.0.zip.asc
release/libcloud/apache-libcloud-0.16.0.zip.md5
release/libcloud/apache-libcloud-0.16.0.zip.sha1
release/libcloud/apache_libcloud-0.16.0-py2.py3-none-any.whl
release/libcloud/apache_libcloud-0.16.0-py2.py3-none-any.whl.asc
release/libcloud/apache_libcloud-0.16.0-py2.py3-none-any.whl.md5
release/libcloud/apache_libcloud-0.16.0-py2.py3-none-any.whl.sha1



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.md5
release/libcloud/apache-libcloud-0.19.0.tar.bz2.sha1
release/libcloud/apache-libcloud-0.19.0.tar.gz   (with props)
release/libcloud/apache-libcloud-0.19.0.tar.gz.asc
release/libcloud/apache-libcloud-0.19.0.tar.gz.md5
release/libcloud/apache-libcloud-0.19.0.tar.gz.sha1
release/libcloud/apache-libcloud-0.19.0.zip   (with props)
release/libcloud/apache-libcloud-0.19.0.zip.asc
release/libcloud/apache-libcloud-0.19.0.zip.md5
release/libcloud/apache-libcloud-0.19.0.zip.sha1
release/libcloud/apache_libcloud-0.19.0-py2.py3-none-any.whl   (with props)
release/libcloud/apache_libcloud-0.19.0-py2.py3-none-any.whl.asc
release/libcloud/apache_libcloud-0.19.0-py2.py3-none-any.whl.md5
release/libcloud/apache_libcloud-0.19.0-py2.py3-none-any.whl.sha1

Added: release/libcloud/apache-libcloud-0.19.0.tar.bz2
==
Binary file - no diff available.

Propchange: release/libcloud/apache-libcloud-0.19.0.tar.bz2
--
svn:mime-type = application/octet-stream

Added: release/libcloud/apache-libcloud-0.19.0.tar.bz2.asc
==
--- release/libcloud/apache-libcloud-0.19.0.tar.bz2.asc (added)
+++ release/libcloud/apache-libcloud-0.19.0.tar.bz2.asc Fri Oct 30 13:10:52 2015
@@ -0,0 +1,18 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v1.4.12 (GNU/Linux)
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJWKC8yAAoJEMn+qs1matCroRgP/AjSrkwnFBftDVJxwksJge39
+4Dbs3tOE76n7E3J5uFIutGQEd4A2mMSInBrKn5RpegIPrKrlfug2aWBPQv9Fp2KT
+V9XosjB8r4zTH+rzWngFEOzOXn7Ai43ZGGqIWclb7rjRjgdwuZ3zhPT+sZJ+a2x9
+grljNEDI52BxJGC3tS0JbqUX7Bamlpl1nty2XaNGAYO1mjUnthCR9Ez1R83P57ta
+n9SY9rqjqXbXvbaFybLBqUSuQBd8+ru6/RmyKpYH57YFM25DWHeX80LvSydXAyIg
+oSPG68A9BX6NB3pB96ahC9wdgZNnFfnL6pYpf2CJsoG2RvCBa+On6j0JjuFQwAyf
+HlWo7FRTPW+DVvxFGOc37y0iYimXDlR8GU27oQWtgdWjpnz2bvs/jPnaHSLQsPot
+3E5a3ROCklWAXtyNkQTaN2OM9Gd3OCPJScDxpZ6gmFdbo2yYLaNWjnTwX11VVeZw
+tk1A6AGBsrsk+Nj15Yc1luMu/SSZ4qxHUnys9RC/g1/rSMacYYStxRfMcB/ys0Z1
+HBIbzfIYKW/Y55QTVbO7m2Pp4+iTOZlkpY0yjPqpfz2aHD7dHpcFSMMO8vytUz9y
+9/pMwLBM2o7fuV+NI9T3VWCrtuJkZanhM9fxCZRzF3XbhtTs0Ebzqaa/i77ySXem
+3FhNXFbWRcndiVNxluY+
+=O9ER
+-END PGP SIGNATURE-

Added: release/libcloud/apache-libcloud-0.19.0.tar.bz2.md5
==
--- release/libcloud/apache-libcloud-0.19.0.tar.bz2.md5 (added)
+++ release/libcloud/apache-libcloud-0.19.0.tar.bz2.md5 Fri Oct 30 13:10:52 2015
@@ -0,0 +1 @@
+ea7abec637dac1d1ceb8f0cc0d1dcf3d *apache-libcloud-0.19.0.tar.bz2

Added: release/libcloud/apache-libcloud-0.19.0.tar.bz2.sha1
==
--- release/libcloud/apache-libcloud-0.19.0.tar.bz2.sha1 (added)
+++ release/libcloud/apache-libcloud-0.19.0.tar.bz2.sha1 Fri Oct 30 13:10:52 
2015
@@ -0,0 +1 @@
+91ed3976367f4915256351ac186db67f52efaefc *apache-libcloud-0.19.0.tar.bz2

Added: release/libcloud/apache-libcloud-0.19.0.tar.gz
==
Binary file - no diff available.

Propchange: release/libcloud/apache-libcloud-0.19.0.tar.gz
--
svn:mime-type = application/octet-stream

Added: release/libcloud/apache-libcloud-0.19.0.tar.gz.asc
==
--- release/libcloud/apache-libcloud-0.19.0.tar.gz.asc (added)
+++ release/libcloud/apache-libcloud-0.19.0.tar.gz.asc Fri Oct 30 13:10:52 2015
@@ -0,0 +1,18 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v1.4.12 (GNU/Linux)
+Comment: GPGTools - https://gpgtools.org
+
+iQIcBAABCgAGBQJWKC88AAoJEMn+qs1matCrFLoQAKmZOa4jKDxAXKRZVoaZ3pKd
+YDe2mayH0/DhhkPowucPHNEJ7vUn5c69Vq8Ly0GNkgjauVWupjb/wYKfMl0NquNJ
+gDjhbZGPwc053khHf3ubqPqU1/rAvQuMsgHzrXUdT+XKAWLo+Dn1DW7dFQUj8jRF
+H4Kv6JdLezlesANrPCfaUfHW/HVxITrm1mVub1kAvWPcMDbSfc54qlj3mqoiJZjN
+obC/bsrbQyFMxAd4006vPnG/ahZv2lXUAoM5lREVRgCAeZ2PeTv0YAMacix91/um
+bjaQ2ot/NDEDK8Nqkqj/2ISxL3k1XvlIPv3uNrCf4m6rl7Q7/2tSKRTy9Ph5s0DL
+exXR3C7Oi04uXeFkD0YDDElXsUrvlXyK/5A7+IRe0Ke99wW3/HTgePUV5/yzXRC1
+igMQntVxwK7PMYe5vNFOtYbM8U/9tAeJgBICTiH2T3fvPOlBvY63CYE5PLHxFN0B
+iixb120+9WLn9dO98Khuz/subDzPaEz0neZ9G3DUNoXOB2XZQ8FiydWva1r4Juw6
+AHylITGlrtTruYoMr/ieXJU/6SbL+VhnaAo/PBqI3De7/q8ms8DWkuDurnXnGy0r
+FvjHK2g/OZpDhNjbfTNnv/jNt//EeOZA7YiZwpvYXK6rXnRN1tSHaJyNsrkTsbst
+5UsBtLkDhHUTpaSEIbB0
+=yqW8
+-END PGP SIGNATURE-

Added: release/libcloud/apache-libcloud-0.19.0.tar.gz.md5
==