You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by bu...@apache.org on 2013/12/31 02:50:46 UTC

svn commit: r892220 [6/7] - in /websites/staging/libcloud/trunk/content: ./ scripts/ source/ source/_assets/ source/_assets/css/ source/_assets/css/extern/ source/_assets/css/extern/syntax/ source/_assets/js/ source/_assets/js/extern/ source/_drafts/ s...

Added: websites/staging/libcloud/trunk/content/source/_posts/2011-11-22-new-committer-hutson-betts-join-our-team.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2011-11-22-new-committer-hutson-betts-join-our-team.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2011-11-22-new-committer-hutson-betts-join-our-team.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,25 @@
+---
+layout: post
+title: New committer Hutson Betts joins our team
+author: Tomaz Muraus
+tags:
+  - news
+  - new committer
+---
+
+Hi all,
+
+I just wanted to let everyone know that the Libcloud PMC has decided to
+invite a new committer - Hutson Betts (hbetts).
+
+He has previously mostly contributed to the OpenNebula driver and the
+networking API.
+
+We believe that granting him the committer status will allow him to more
+easily and directly contribute to the project.
+
+Please help us welcome him!
+
+Source: [mailing list][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/libcloud-dev/201111.mbox/%3CCAJMHEm+08-1MMCgHDZgULc+StDiwgR+_krVZvHOJF0odcU_OWg@mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2011-12-09-libcloud-0-7-1-released.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2011-12-09-libcloud-0-7-1-released.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2011-12-09-libcloud-0-7-1-released.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,79 @@
+---
+layout: post
+title: Libcloud 0.7.1 released
+author: Tomaz Muraus
+tags:
+  - news
+  - release announcement
+---
+
+Libcloud team is pleased to announce the release of Libcloud 0.7.1!
+
+This release represents another big milestone for us and introduces a
+support for Python 3!
+
+Other notable changes:
+
+* New Las Vegas location for the CloudSigma provider
+* Improvements to the OpenStack driver
+* Improvements to the OpenNebula driver
+* Support for Amazon EC2 new "Cluster Compute Eight Extra Large" instance
+size
+
+This release also removes old, deprecated (pre-0.5) paths. If you still
+haven't updated your code you need to do it now otherwise it won't work
+with 0.7.1 and future releases.
+
+Script which can help you with the migration from the old style paths to
+the new ones can be found at
+http://libcloud.apache.org/upgrade-notes-0-7.html.
+
+For a full list of changes, please see the CHANGES file
+<https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&view=markup>.
+
+### Download
+
+Libcloud 0.7.1 can be downloaded from
+http://libcloud.apache.org/downloads.html or installed using pip:
+
+{% highlight bash %}
+pip install apache-libcloud
+{% endhighlight %}
+
+It is possible that the file hasn't been synced to all the mirrors yet. If
+this is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+{% highlight bash %}
+pip install --upgrade apache-libcloud
+{% endhighlight %}
+
+### 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
+http://libcloud.apache.org/upgrade-notes-0-7.html.
+
+### Documentation
+
+API documentation can be found at http://libcloud.apache.org/apidocs/0.7.1/.
+
+### 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 <https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&view=markup>.
+
+Source: [release announcement][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/libcloud-users/201112.mbox/%3CCAJMHEm+qKuSarmvQZ4H1PVUkv6L3vssjQEHs+3MCtSJ9hfBwOw@mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2011-12-30-2011-in-retrospect-and-happy-new-year-from-libcloud-team.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2011-12-30-2011-in-retrospect-and-happy-new-year-from-libcloud-team.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2011-12-30-2011-in-retrospect-and-happy-new-year-from-libcloud-team.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,31 @@
+---
+layout: post
+title: 2011 in retrospect and a Happy New Year from the Libcloud team
+author: Tomaz Muraus
+tags:
+  - news
+---
+
+Dear users & developers,
+
+First of all, Libcloud team wishes everyone a Happy New Year 2012!
+
+2011 has been a great year for us and we have accomplished a lot of things:
+
+* Website has been ported to the Apache CMS and updated with a lot of new
+content, including documentation
+* In May we have graduated from the incubator to a top level project
+* Two new committers have joined the team (Tomaz Muraus, Hutson Betts)
+* We have grown from supporting a single API (cloud servers) to supporting
+four different APIs (cloud servers, load balancers, cloud storage, dns)
+* We have introduced support for Python 3
+* We have released a total of 7 new versions
+* We have received many patches by external contributors
+* We have held two development sprints (PyCon, EuroPython)
+* Code wise we have grown from ~4300 LOC to ~14300 LOC (excluding tests)
+
+Lets try to make 2012 even better :)
+
+Source: [mailing list post][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/libcloud-users/201112.mbox/%3CCAJMHEmL1D-HuCj4LSH-mF1bP_Of6XwEfuP1Y74_2APeD-8OrFA@mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2012-02-08-libcloud-0-8-0-released.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2012-02-08-libcloud-0-8-0-released.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2012-02-08-libcloud-0-8-0-released.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,73 @@
+---
+layout: post
+title: Libcloud 0.8.0 released
+author: Tomaz Muraus
+tags:
+  - news
+  - release announcement
+---
+
+Libcloud team is pleased to announce the release of Libcloud 0.8.0!
+
+Release highlights:
+
+* Support for handling compressed (gzip, deflate) responses
+* Support for new Amazon EC2 location - South America (Sao Paulo)
+
+Other notable changes:
+
+* Many improvements and additions of extension methods in the OpenStack
+compute driver
+* Many improvements and additions of extension methods in the Rackspace
+  load-balancer driver
+* Improvements in the OpenNebula compute driver
+
+For a full list of changes, please see the CHANGES file
+<https://svn.apache.org/viewvc/libcloud/tags/0.8.0/CHANGES?revision=r1240459&view=markup>.
+
+### Download
+
+Libcloud 0.8.0 can be downloaded from
+http://libcloud.apache.org/downloads.html or installed using pip:
+
+{% highlight bash %}
+pip install apache-libcloud
+{% endhighlight %}
+
+It is possible that the file hasn't been synced to all the mirrors yet. If
+this is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+{% highlight bash %}
+pip install --upgrade apache-libcloud
+{% endhighlight %}
+
+### 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
+http://libcloud.apache.org/upgrade-notes-0-8.html.
+
+### Documentation
+
+API documentation can be found at http://libcloud.apache.org/apidocs/0.8.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 <https://svn.apache.org/viewvc/libcloud/tags/0.8.0/CHANGES?revision=r1240459&view=markup>.
+
+Source: [release announcement][1].
+
+[1]: http://mail-archives.us.apache.org/mod_mbox/www-announce/201202.mbox/%3CCAJMHEmJJcigBO+ZoSyxFGvc5Z37t-t3KKHBHyyMi7L-J4-Y03A@mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2012-04-01-libcloud-0-9-1-released.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2012-04-01-libcloud-0-9-1-released.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2012-04-01-libcloud-0-9-1-released.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,78 @@
+---
+layout: post
+title: Libcloud 0.9.1 released
+author: Tomaz Muraus
+tags:
+  - news
+  - release announcement
+---
+
+Libcloud team is pleased to announce the release of Libcloud 0.9.1!
+
+Release highlights:
+
+* A lot of improvements and additional functionality in the OpenStack
+driver. Now a generic OpenStack driver (Provider.OPENSTACK) also works with
+devstack.org and trystack.org installations
+* Improvements and better exception propagation in the deploy_node method
+* New driver for ElasticHosts Los Angeles and Toronto location
+* Support for new EC2 instance type - m1.medium
+
+Bug fixes:
+
+* Don't lowercase special header names in the Amazon S3 storage driver.
+This fixes a bug with multi-objects delete calls.
+* Properly handle OpenStack providers which return public IP addresses
+under the 'internet' key in the 'addresses' dictionary
+* Make create_node in Linode driver return a Node instance instead of a
+listen of Node instances
+
+For a full list of changes, please see the CHANGES file
+<https://svn.apache.org/viewvc/libcloud/tags/0.9.1/CHANGES?revision=r1307716&view=markup>.
+
+### Download
+
+Libcloud 0.9.1 can be downloaded from
+http://libcloud.apache.org/downloads.html or installed using pip:
+
+{% highlight bash %}
+pip install apache-libcloud
+{% endhighlight %}
+
+It is possible that the file hasn't been synced to all the mirrors yet. If
+this is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+{% highlight bash %}
+pip install --upgrade apache-libcloud
+{% endhighlight %}
+
+### 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
+http://libcloud.apache.org/upgrade-notes.html.
+
+### Documentation
+
+API documentation can be found at http://libcloud.apache.org/apidocs/0.9.1/.
+
+### 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 <https://svn.apache.org/viewvc/libcloud/tags/0.9.1/CHANGES?revision=r1307716&view=markup>.
+
+Source: [release announcement][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/libcloud-users/201204.mbox/%3CCAJMHEmJzeGL%2BU1PNeX0T-1dcxUC1um88jQTAmskZ-mXTQ3QLGw%40mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2012-05-05-website-and-code-svn-repository-moved.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2012-05-05-website-and-code-svn-repository-moved.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2012-05-05-website-and-code-svn-repository-moved.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,49 @@
+---
+layout: post
+title: SVN repositories moved, mailing lists addresses changed
+author: Tomaz Muraus
+tags:
+  - news
+  - infrastructure
+  - svn
+---
+
+Hello all,
+
+Due to recent graduation (woho!), all the SVN repositories have been moved
+and the mailing list addresses have also been changed.
+
+If you are already subscribed to one of the old mailing list addresses your
+subscription was automatically transfered to the new one so you don't need
+to do anything on your part.
+
+New addresses can be found bellow.
+
+**SVN repositories**
+
+* Main code repository: https://svn.apache.org/repos/asf/libcloud/
+* Website repository:
+https://svn.apache.org/repos/infra/websites/production/libcloud
+
+**Mailing lists addresses**
+
+* dev@libcloud.apache.org (was libcloud@incubator.apache.org)
+* commits@libcloud.apache.org from (was
+libcloud-commits@incubator.apache.org)
+* private@libcloud.apache.org from (was
+libcloud-private@incubator.apache.org)
+
+* users@libcloud.apache.org - this is a new users mailing list for a general
+talk about Libcloud and other off-topic things
+* security@libcloud.apache.org - new private mailing list used for reporting
+security vulnerabilities
+
+## Note to the committers
+
+CMS part of the website hasn't been fully migrated yet. In the mean time,
+please try to avoid editing raw HTML files, because this means we will need
+to manually edit markdown files again when the CMS stuff is migrated.
+
+Source: [mailing list thread][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/libcloud-dev/201105.mbox/%3CBANLkTinTq7RrKpe8SMmSeKKW8yQpu-77Ew@mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2012-05-24-libcloud-0-10-1-released.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2012-05-24-libcloud-0-10-1-released.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2012-05-24-libcloud-0-10-1-released.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,91 @@
+---
+layout: post
+title: Libcloud 0.10.1 released
+author: Tomaz Muraus
+tags:
+  - news
+  - release announcement
+---
+
+Libcloud team is pleased to announce the release of Libcloud 0.10.1!
+
+### Release highlights
+
+**General**
+
+* Allow user to specify which IP to use when calling deploy_node
+  (defaults to 'public_ips'). Previously it only worked with public IP, now
+  user can pass 'private_ips' as an argument and SSH client will try to
+  connect to the node first private IP address.
+
+**Compute**
+
+* New driver for Joyent cloud (http://www.joyentcloud.com/)
+* New driver for VCL cloud (
+http://www.educause.edu/blog/hes8/CloudComputingandtheVirtualCom/167931)
+* A lot of improvements and new features in the Brightbox driver
+* Support for Vmware vCloud version 1.5
+* Modify ParamikoSSHClient to connect to the SSH agent and automatically
+look for private keys in ~/.ssh if the 'auth' and 'ssh_key' argument is not
+specified when calling deploy_node.
+* Modify IBM driver so it works with IBM Smart Cloud Enterprise
+
+**Storage**
+
+* Support for uploading large files in the CloudFiles driver
+* New driver for OpenStack Swift installations based on the CloudFiles
+driver
+
+**Bug fixes**
+
+* Fix a bug in the CloudSigma Las Vegas compute driver
+
+For a full list of changes, please see the CHANGES file
+<https://svn.apache.org/viewvc/libcloud/tags/0.10.1/CHANGES?revision=r1340892&view=markup>.
+
+### Download
+
+Libcloud 0.10.1 can be downloaded from
+http://libcloud.apache.org/downloads.html or installed using pip:
+
+{% highlight bash %}
+pip install apache-libcloud
+{% endhighlight %}
+
+It is possible that the file hasn't been synced to all the mirrors yet. If
+this is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+{% highlight bash %}
+pip install --upgrade apache-libcloud
+{% endhighlight %}
+
+### 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
+http://libcloud.apache.org/upgrade-notes.html.
+
+### Documentation
+
+API documentation can be found at http://libcloud.apache.org/apidocs/0.10.1/
+
+### 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 <https://svn.apache.org/viewvc/libcloud/tags/0.10.1/CHANGES?revision=r1340892&view=markup>.
+
+Source: [release announcement][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/libcloud-users/201205.mbox/%3CCAJMHEmKtqtkWsTHVYeO-ijytw9caQ4p%2B-ip7And3aPJhKuA8vA%40mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2012-07-30-libcloud-0-11-0-released.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2012-07-30-libcloud-0-11-0-released.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2012-07-30-libcloud-0-11-0-released.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,87 @@
+---
+layout: post
+title: Libcloud 0.11.0 released
+author: Tomaz Muraus
+tags:
+  - news
+  - release announcement
+---
+
+The Apache Libcloud team is pleased to announce the release of Libcloud
+0.11.0!
+
+Libcloud is a Python library that abstracts away the differences among
+multiple cloud provider APIs. It allows users to manage cloud services
+(servers, storage, load balancers, DNS) offered by many different providers
+ through a single, unified and easy to use API.
+
+### Release highlights
+
+**General**
+
+* Install test files when installing the library. Tests module can now be
+  imported by doing something like this: "from libcloud import test"
+
+**Compute**
+
+* New standard API and methods for managing storage volumes. Base API
+  consists of the following methods: create_volume, destroy_volume,
+  attach_volume, detach_volume.
+* New driver for KT UCloud (http://home.ucloud.olleh.com/main.kt) based
+  on the CloudStack driver.
+* New Gridspot driver with a basic list and destroy functionality.
+
+**Bug fixes**
+
+* Plenty of them, please see the CHANGES file.
+
+For a full list of changes, please see the CHANGES file
+<https://svn.apache.org/viewvc/libcloud/tags/0.11.0/CHANGES?revision=r1364892&view=markup>.
+
+### Download
+
+Libcloud 0.10.1 can be downloaded from http://libcloud.apache.org/downloads.html
+or installed using pip:
+
+{% highlight bash %}
+pip install apache-libcloud
+{% endhighlight %}
+
+It is possible that the file hasn't been synced to all the mirrors yet. If
+this is the case,
+please use the main Apache mirror - http://www.apache.org/dist/libcloud.
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+{% highlight bash %}
+pip install --upgrade apache-libcloud
+{% endhighlight %}
+
+### 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 http://libcloud.apache.org/upgrade-notes.html.
+
+### Documentation
+
+API documentation can be found at http://libcloud.apache.org/apidocs/0.11.1/
+
+### 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 <https://svn.apache.org/viewvc/libcloud/tags/0.11.0/CHANGES?revision=r1364892&view=markup>.
+
+Source: [release announcement][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/www-announce/201207.mbox/%3CCAJMHEmLcSZi4bYmUaZtF_q=npc--DpVbTEH-Z+f0TCd2iteS-A@mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2012-08-22-libcloud-0-11-1-released.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2012-08-22-libcloud-0-11-1-released.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2012-08-22-libcloud-0-11-1-released.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,65 @@
+---
+layout: post
+title: Libcloud 0.11.1 released
+author: Tomaz Muraus
+tags:
+  - news
+  - release announcement
+  - security release
+---
+
+This release fixes a possible SSL man-in-the-middle vulnerability inside
+the code which performs the SSL certificate validation. For more
+information about the vulnerability, please see the "Security" page -
+<http://libcloud.apache.org/security.html>.
+
+Everyone using an older version is strongly encouraged to upgrade to this
+release.
+
+### Download
+
+Libcloud 0.11.1 can be downloaded from
+http://libcloud.apache.org/downloads.html
+or installed using pip:
+
+{% highlight bash %}
+pip install apache-libcloud
+{% endhighlight %}
+
+It is possible that the file hasn't been synced to all the mirrors yet. If
+this is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud.
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+{% highlight bash %}
+pip install --upgrade apache-libcloud
+{% endhighlight %}
+
+### 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 http://libcloud.apache.org/upgrade-notes.html.
+
+### Documentation
+
+API documentation can be found at http://libcloud.apache.org/apidocs/0.11.1/.
+
+### 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 the researchers from the University of Texas at Austin
+(Martin Georgiev, Suman Jana and Vitaly Shmatikov) who discovered this
+vulnerability.
+
+Source: [release announcement][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/www-announce/201208.mbox/%3CCAJMHEmL958gN+GZT0tWDM9jVmMBj+w0qqY8TYXbJUNPwdW+6yA@mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2012-09-25-libcloud-0-11-3-released.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2012-09-25-libcloud-0-11-3-released.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2012-09-25-libcloud-0-11-3-released.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,76 @@
+---
+layout: post
+title: Libcloud 0.11.3 released
+author: Tomaz Muraus
+tags:
+  - news
+  - release announcement
+---
+
+We are pleased to announce the release of Libcloud 0.11.3!
+
+### Release highlights
+
+**Compute**
+
+* Add new Rackspace Nova driver for Chicago (ORD) location
+* Add new methods for managing storage volumes and other extenstion methods
+  to the IBM SCE driver.
+* Allow user to pass 'timeout' argument to the 'deploy_node' method
+
+**Bug fixes**
+
+* Fix a bug with the Libcloud SSL verification code. Code was too strict
+  and didn't allow "-" character in the sub-domain when using a wildcard
+  certificate.
+
+Full change log can be found at
+<https://svn.apache.org/viewvc/libcloud/tags/0.11.3/CHANGES?revision=r1388947&view=markup>.
+
+### Download
+
+Libcloud 0.11.3 can be downloaded from
+http://libcloud.apache.org/downloads.html
+or installed using pip:
+
+{% highlight bash %}
+pip install apache-libcloud
+{% endhighlight %}
+
+It is possible that the file hasn't been synced to all the mirrors yet. If
+this is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud.
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+{% highlight bash %}
+pip install --upgrade apache-libcloud
+{% endhighlight %}
+
+### 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 http://libcloud.apache.org/upgrade-notes.html.
+
+### Documentation
+
+API documentation can be found at http://libcloud.apache.org/apidocs/0.11.3/.
+
+### 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 / ortest 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 <https://svn.apache.org/viewvc/libcloud/tags/0.11.3/CHANGES?revision=r1388947&view=markup>.
+
+Source: [release announcement][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/www-announce/201209.mbox/%3CCAJMHEmLn+MV_pcNZv03PW5wuS5c=O8cFdqMH8LFtaUr1gggkdw@mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2012-11-16-new-committer-ilgiz-islamgulov-joins-the-team.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2012-11-16-new-committer-ilgiz-islamgulov-joins-the-team.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2012-11-16-new-committer-ilgiz-islamgulov-joins-the-team.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,25 @@
+---
+layout: post
+title: New committer Ilgiz Islamgulov joins our team
+author: Tomaz Muraus
+tags:
+  - news
+  - new committer
+---
+
+The Project Management Committee (PMC) for Apache Libcloud
+has asked Ilgiz Islamgulov to become a committer and we are pleased
+to announce that they have accepted.
+
+Ilgiz worked on the Libcloud REST GSoC project
+(http://libcloud.apache.org/gsoc-2012.html) this summer and he has made a
+great progress on it.
+
+Giving him commit access will allow him to more directly contribute to the
+project and work on integrating Libcloud REST into main line.
+
+Everyone, please help me welcome him to the team :)
+
+Source: [mailing list][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/libcloud-dev/201211.mbox/%3CCAJMHEmJmRDdQbfRSxOBTueSJ8u4-VgU8YaeP5LcJ2gwubfNF2g%40mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2012-11-19-libcloud-0-11-4-released.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2012-11-19-libcloud-0-11-4-released.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2012-11-19-libcloud-0-11-4-released.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,80 @@
+---
+layout: post
+title: Libcloud 0.11.4 released
+author: Tomaz Muraus
+tags:
+  - news
+  - release announcement
+---
+
+We are pleased to announce the release of Libcloud 0.11.4!
+
+This release is a bug fix release and contains no new features.
+
+Next release which will contain new features and some backward incompatible
+changes will happen in the 0.12.x series in the next couple of weeks.
+
+Bug fixes:
+
+* Fix some of tests failures which happened in Python 3.3 due to randomized
+  dictionary ordering.
+* Fix a bug where a numeric instead of a string value was used for the
+  content-length header in VCloud driver.
+* Don't ignore ex_force_service_region argument in the CloudFiles driver.
+* Fix a bug which caused the connection to not be closed when using Python
+  2.6 and calling get_object on an object which doesn't exist in the S3
+  driver.
+* Update 'if type' checks in the update_record methods to behave correctly
+  if users passes in RecordType.A with a value of 0 - if type is not None.
+
+Full change log can be found at
+<https://svn.apache.org/viewvc/libcloud/tags/0.11.4/CHANGES?revision=r1411030&view=markup>.
+
+### Download
+
+Libcloud 0.11.4 can be downloaded from
+http://libcloud.apache.org/downloads.html
+or installed using pip:
+
+{% highlight bash %}
+pip install apache-libcloud
+{% endhighlight %}
+
+It is possible that the file hasn't been synced to all the mirrors yet. If
+this is the case,
+please use the main Apache mirror - http://www.apache.org/dist/libcloud.
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+{% highlight bash %}
+pip install --upgrade apache-libcloud
+{% endhighlight %}
+
+### 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 http://libcloud.apache.org/upgrade-notes.html.
+
+### Documentation
+
+API documentation can be found at http://libcloud.apache.org/apidocs/0.11.4/.
+
+### 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 <https://svn.apache.org/viewvc/libcloud/tags/0.11.3/CHANGES?revision=r1388947&view=markup>.
+
+Source: [release announcement][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/libcloud-users/201211.mbox/%3CCAJMHEmL73OCjiNqg0QGPWb1Cc2JnQ4OWjXs5ah-sU%2BA%3DOwPUTg%40mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2012-12-26-2012-in-retrospect-and-happy-new-year-from-libcloud-team.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2012-12-26-2012-in-retrospect-and-happy-new-year-from-libcloud-team.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2012-12-26-2012-in-retrospect-and-happy-new-year-from-libcloud-team.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,55 @@
+---
+layout: post
+title: 2012 in retrospect and a Happy New Year from the Libcloud team
+author: Tomaz Muraus
+tags:
+  - news
+---
+
+Dear users, developers and team members!
+
+2012 is slowly coming to an end and Libcloud team wishes everyone a happy
+and successful new year 2013!
+
+2012 has been another great year for us and we have surpassed 2011 in
+pretty much every aspect.
+
+Here is a short list of things which have been accomplished and important
+events which have happened in 2012:
+
+* One new committer Ilgiz Islamgulov (ilgiz) has joined the team.
+* We have another new commiter joining our team soon (Mahendra M).
+Currently he is undergoing a process of submitting his ICLA.
+* 134 new JIRA issues have been opened (total of 271). Out of those 134
+issues, 111 are now marked as 'resolved'.
+* SVN repository has had a total of 320 commit. More than 50% of those
+commits were patches from external contributors.
+* We had our first Google Summer of Code student which worked on a project
+named "Libcloud REST" (https://github.com/islamgulov/libcloud.rest). The
+goal of the project is to expose Libcloud functionality over HTTP.
+* Tomaz gave a talk titled "Avoiding Vendor Lock-In Using Apache Libcloud"
+at CloudOpen 2012 in San Diego
+* We now finally have some more user friendly documentation and examples on
+the website - http://libcloud.apache.org/docs/
+* We held a first in person meetup at the Rackspace San Francisco office in
+the beginning of the year (http://libcloudmeetup.eventbrite.com/)
+* We had a total of 7 releases (0.8.0, 0.9.1, 0.10.1, 0.11.0, 0.11.1,
+0.11.3, 0.11.4) and over 70.000 downloads / installs on PyPi (
+http://pypi.python.org/pypi/apache-libcloud/)
+* Github mirror has been starred by 266 users (
+https://github.com/apache/libcloud)
+
+Thanks again to everyone for their work and contributions and lets make
+2013 even better :)
+
+I will post those numbers in a more machine readable format (JSON) in the
+next couple of weeks. This way it will be easier for us to track those
+metrics on a year over year basis.
+
+Numbers retrieved on: 2012-12-25.
+Sources for those numbers: JIRA, Libcloud website, PyPi, Ohloh.net, Google
+Analytics
+
+Source: [mailing list post][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/libcloud-users/201212.mbox/%3CCAJMHEmK-Y47qbqpSQjNfWxK-1efqiifvpRgE-tO8q-QLTk-EYg@mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2012-12-28-new-committer-mahendra-maheshwara-joins-our-team.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2012-12-28-new-committer-mahendra-maheshwara-joins-our-team.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2012-12-28-new-committer-mahendra-maheshwara-joins-our-team.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,26 @@
+---
+layout: post
+title: New committer Mahendra Maheshwara joins our team
+author: Tomaz Muraus
+tags:
+  - news
+  - new committer
+---
+
+The Project Management Committee (PMC) for Apache Libcloud has asked
+Mahendra Maheshwara to become a committer and we are pleased to announce
+that they have accepted.
+
+Mahendra Maheshwara has joined the Libcloud community fairly recently, but
+he has already contributed multiple great patches -
+https://issues.apache.org/jira/issues/?jql=project%20%3D%20LIBCLOUD%20AND%20reporter%20in%20(%22mahendra.m%22)
+.
+
+Giving him commit access will allow him to more directly contribute to the
+project.
+
+Everyone, please help me welcome him to the team :)
+
+Source: [mailing list thread][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/libcloud-dev/201212.mbox/%3CCAJMHEmLyVg66Kb1Q9LRD1z9bSbtVFU=hTZGeWO2pc+s4qcEpow@mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2013-02-18-libcloud-0-12-1-released.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2013-02-18-libcloud-0-12-1-released.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2013-02-18-libcloud-0-12-1-released.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,87 @@
+---
+layout: post
+title: Libcloud 0.12.1 released
+author: Tomaz Muraus
+tags:
+  - news
+  - release announcement
+---
+
+We are pleased to announce the release of Libcloud 0.12.1!
+
+This release includes many new features, improvements and bug-fixes.
+
+### Release highlights
+
+* New more efficient generator based approach for iterating over paginated
+  collections.
+* New generator based method for iterating over containers
+  (iterate_containers).
+* Old ENUM style provided constants have been replaced with a string
+  version. This allows users to dynamically register new providers using new
+  set_driver method.
+* Support for multipart uploads in the Amazon S3 storage driver.
+* New load balancer driver for Amazon Load Balancing (ELB) service.
+* New storage driver for Azure Blog storage
+* New "local storage" storage driver
+* Support for multipart uploads in the S3 driver
+* Allow user to specify which CA cert is used for verifying server SSL
+  certificate by setting "SSL_CERT_FILE" environment variable
+* Drivers which use xmlrplic library now use Libcloud HTTP layer for making
+  HTTP requests. This means those drivers now support LIBCLOUD_DEBUG and SSL
+  cert validation functionality
+
+Full change log can be found at
+https://svn.apache.org/repos/asf/libcloud/tags/0.12.1/CHANGES
+
+### Download
+
+Libcloud 0.12.1 can be downloaded from
+http://libcloud.apache.org/downloads.html
+or installed using pip:
+
+{% highlight bash %}
+pip install apache-libcloud
+{% endhighlight %}
+
+It is possible that the file hasn't been synced to all the mirrors yet. If
+this
+is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud.
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+{% highlight bash %}
+pip install --upgrade apache-libcloud
+{% endhighlight %}
+
+### 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 http://libcloud.apache.org/upgrade-notes.html.
+
+### Documentation
+
+API documentation can be found at http://libcloud.apache.org/apidocs/0.12.1/
+.
+
+### 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
+<https://svn.apache.org/repos/asf/libcloud/tags/0.12.1/CHANGES>.
+
+Source: [release announcement][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/libcloud-users/201302.mbox/%3CCAJMHEmLc0RfSxM9UhXPeTwKiNDbZPsQs6SJMA1o3y1D4Cv+reA@mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2013-03-21-libcloud-0-12-3-released.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2013-03-21-libcloud-0-12-3-released.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2013-03-21-libcloud-0-12-3-released.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,68 @@
+---
+layout: post
+title: Libcloud 0.12.3 released
+author: Tomaz Muraus
+tags:
+  - news
+  - release announcement
+---
+
+We are pleased to announce the release of Libcloud 0.12.3!
+
+This release is primarily a bug fix release and fixes Python 3.3,
+deployment and some other issues.
+
+Full change log can be found at
+https://svn.apache.org/repos/asf/libcloud/tags/0.12.3/CHANGES
+
+### Download
+
+Libcloud 0.12.3 can be downloaded from
+http://libcloud.apache.org/downloads.html
+or installed using pip:
+
+{% highlight bash %}
+pip install apache-libcloud
+{% endhighlight %}
+
+It is possible that the file hasn't been synced to all the mirrors yet. If
+this
+is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud.
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+{% highlight bash %}
+pip install --upgrade apache-libcloud
+{% endhighlight %}
+
+### 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 http://libcloud.apache.org/upgrade-notes.html.
+
+### Documentation
+
+API documentation can be found at http://libcloud.apache.org/apidocs/0.12.3/
+.
+
+### 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
+<https://svn.apache.org/repos/asf/libcloud/tags/0.12.3/CHANGES>.
+
+Source: [release announcement][1].
+
+[1]: https://mail-archives.apache.org/mod_mbox/libcloud-dev/201303.mbox/%3CCAJMHEmJDKsYOn%3DaVDyChdQCgHbKc1r2n0Wy4_UxGmdd-aXf-WQ%40mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2013-07-01-libcloud-0-13-0-released.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2013-07-01-libcloud-0-13-0-released.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2013-07-01-libcloud-0-13-0-released.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,65 @@
+---
+layout: post
+title: Libcloud 0.13.0 released
+author: Tomaz Muraus
+tags:
+  - news
+  - release announcement
+---
+
+We are pleased to announce the release of Libcloud 0.13.0!
+
+This release includes a lot of improvements and bug fixes.
+
+Full change log can be found at [here][2].
+
+### Download
+
+Libcloud 0.13.0 can be downloaded from
+http://libcloud.apache.org/downloads.html
+or installed using pip:
+
+{% highlight bash %}
+pip install apache-libcloud
+{% endhighlight %}
+
+It is possible that the file hasn't been synced to all the mirrors yet. If
+this
+is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud.
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+{% highlight bash %}
+pip install --upgrade apache-libcloud
+{% endhighlight %}
+
+### 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 http://libcloud.apache.org/upgrade-notes.html.
+
+### Documentation
+
+API documentation can be found at http://libcloud.apache.org/apidocs/0.13.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][2].
+
+Source: [release announcement][1].
+
+[1]: https://mail-archives.apache.org/mod_mbox/libcloud-dev/201307.mbox/%3CCAJMHEmJBU_aMREM0f0LD-nHZt6pWTt9WabfdxDPtDSy%2B1w7K8g%40mail.gmail.com%3E
+[2]: https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=640bd2f4db8bc11674fc8c1829922d0c79b733cd;hb=9c0d11a4cf7e588ad87c7e57311bbb1d955cc2a7

Added: websites/staging/libcloud/trunk/content/source/_posts/2013-08-04-new-committer-john-carr-joins-our-team.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2013-08-04-new-committer-john-carr-joins-our-team.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2013-08-04-new-committer-john-carr-joins-our-team.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,20 @@
+---
+layout: post
+title: New committer John Carr joins our team
+author: Tomaz Muraus
+tags:
+  - news
+  - new committer
+  - pmc
+---
+
+The Project Management Committee (PMC) for Apache Libcloud has asked John
+Carr to become a committer and we are pleased to announce that they have
+accepted.
+
+We are glad to have him as a committer and a PMC member. Everyone, please
+help me welcome him to the team :)
+
+Source: [mailing list thread][1].
+
+[1]: https://mail-archives.apache.org/mod_mbox/libcloud-dev/201308.mbox/%3CCAJMHEm%2Bh7Fbqc8vWBw0PJbkzUKaDHWVziezOgECa2n7qESvLeA%40mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2013-09-05-libcloud-0-13-1-released.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2013-09-05-libcloud-0-13-1-released.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2013-09-05-libcloud-0-13-1-released.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,75 @@
+---
+layout: post
+title: Libcloud 0.13.1 released
+author: Tomaz Muraus
+tags:
+  - news
+  - release announcement
+---
+
+We are pleased to announce the release of Libcloud 0.13.1!
+
+This is a bug-fix only release. Among some smaller bugs it also fixes
+Content-Length regression which broke create and update operations in
+the Bluebox Compute and Azure Storage driver (LIBCLOUD-362, LIBCLOUD-3901).
+
+Full change log can be found at [here][2].
+
+### Download
+
+Libcloud 0.13.0 can be downloaded from
+http://libcloud.apache.org/downloads.html
+or installed using pip:
+
+{% highlight bash %}
+pip install apache-libcloud
+{% endhighlight %}
+
+It is possible that the file hasn't been synced to all the mirrors yet. If
+this
+is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud.
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+{% highlight bash %}
+pip install --upgrade apache-libcloud
+{% endhighlight %}
+
+### 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 http://libcloud.apache.org/upgrade-notes.html.
+
+### Documentation
+
+API documentation can be found at http://libcloud.apache.org/apidocs/0.13.1/
+.
+
+We also have a new Sphinx documentation which can be found at
+https://libcloud.apache.org/docs/.
+Keep in mind though, that this documentation reflects state in trunk which
+includes some backward incompatible changes which aren't present in 0.13.1.
+All the examples in the documentation which only work with trunk are
+clearly marked with a note.
+
+### 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][2].
+
+Source: [release announcement][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/libcloud-users/201309.mbox/%3CCAJMHEmL4-Xuysx13z1EDwq-1K95eDyANqgY2tYGUT-MB5Sz4bQ%40mail.gmail.com%3E
+[2]: https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=ca90c84e296ca82e2206eb86ed7364c588aad503;hb=602b6a7a27dca6990a38eb887e1d6615826387d5

Added: websites/staging/libcloud/trunk/content/source/_posts/2013-11-21-libcloud-0-14-0-beta3-released.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2013-11-21-libcloud-0-14-0-beta3-released.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2013-11-21-libcloud-0-14-0-beta3-released.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,109 @@
+---
+layout: post
+title: Libcloud 0.14.0-beta3 released
+author: Tomaz Muraus
+tags:
+  - news
+  - release announcement
+---
+
+We are pleased to announce the release of Libcloud 0.14.0-beta3, a first
+(beta) release in the 0.14.0 series.
+
+The reason this is a beta and not a final release is that it includes some
+pretty big changes (most notably the "region" argument change). I would
+like those changes to get some more real-life testing before doing a final
+release.
+
+Being a first release in the 0.14.0 series means it brings many (and I mean
+many!) new features, changes and improvements.
+
+### Release highlights
+
+* To make working with providers which support multiple regions easier and
+  more user-friendly, some of the drivers have moved away from the "one
+  class per region" to a single class plus "region" argument model. Those
+  drivers include: EC2, Rackspace, ElasticHosts, Joyent, CloudFiles.
+* Addition of a programmatic way of updating the pricing file and ability
+  to use a custom pricing file. For more information, please see the
+  [documentation][3]
+* Addition of block storage management methods to the following drivers:
+  OpenNebula, OpenStack, EC2
+* Unification of the extension arguments for handling security groups in
+  the EC2 and OpenStack driver
+* Many new features and improvements in the CloudStack driver
+* New compute and loadbalancer driver for Google Compute Engine (GCE)
+* Ability to export Libcloud's DNS zone to BIND zone format
+* and much more!
+
+Some of the changes noted above are also backward incompatible. For more
+information on what has changed and how to update your code to work with
+a new release, please visit the [Upgrade Notes][4] section in our
+documentation.
+
+### Other non-code changes worth a mention
+
+* Tests now also run on travis-ci - [https://travis-ci.org/apache/libcloud][5]
+* New documentation is now also available on RTD -
+  [https://libcloud.readthedocs.org/en/latest/][6]
+
+Full change log can be found [here][2].
+
+### Download
+
+Libcloud 0.14.0-beta3 can be downloaded from
+http://libcloud.apache.org/downloads.html
+or installed using pip:
+
+{% highlight bash %}
+pip install apache-libcloud==0.14.0-beta3
+{% endhighlight %}
+
+It is possible that the file hasn't been synced to all the mirrors yet. If
+this
+is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud.
+
+### Upgrading
+
+If you have installed Libcloud using pip you can also use it to upgrade it:
+
+{% highlight bash %}
+pip install --upgrade apache-libcloud==0.14.0-beta3
+{% endhighlight %}
+
+### 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#libcloud-0-14-0
+.
+
+### Documentation
+
+Regular and API documentation is available at
+https://libcloud.readthedocs.org/en/latest/.
+
+### 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][2].
+
+Source: [release announcement][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/libcloud-users/201311.mbox/%3CCAJMHEm%2B51RFT672GanfW9DKopcmDtZz2kkA7m0uufP1UupjeZw@mail.gmail.com%3E
+[2]: https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=1a8d9e2072d4b49b5718b19f534573f9dfb224e4;hb=5ef0707b2a34f0e8520fe029e7313b7c57f15919#l3
+[3]: https://libcloud.readthedocs.org/en/latest/compute/pricing.html#using-a-custom-pricing-file
+[4]: https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0-14-0
+[5]: https://travis-ci.org/apache/libcloud
+[6]: https://libcloud.readthedocs.org/en/latest/

Added: websites/staging/libcloud/trunk/content/source/_posts/2013-11-25-new-committers-brian-curtin-joins-our-team.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2013-11-25-new-committers-brian-curtin-joins-our-team.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2013-11-25-new-committers-brian-curtin-joins-our-team.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,19 @@
+---
+layout: post
+title: New committer Brian Curtin joins our team
+author: Tomaz Muraus
+tags:
+  - news
+  - new committer
+---
+
+The Project Management Committee (PMC) for Apache Libcloud has asked Brian
+Curtin to become a committer and we are pleased to announce that they have
+accepted.
+
+We are glad to have him as a committer. Everyone, please help us welcome him
+to the team :)
+
+Source: [mailing list][1].
+
+[1]: http://mail-archives.apache.org/mod_mbox/libcloud-dev/201311.mbox/%3CCAJMHEmJZO0%3DPLpLXe9W9wPXTLwh2iQ3x2xXy%2BWhqjdFBv2%2BHbw%40mail.gmail.com%3E

Added: websites/staging/libcloud/trunk/content/source/_posts/2013-12-28-2013-in-retrospect-and-a-happy-new-year-from-the-libcloud-team.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2013-12-28-2013-in-retrospect-and-a-happy-new-year-from-the-libcloud-team.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2013-12-28-2013-in-retrospect-and-a-happy-new-year-from-the-libcloud-team.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,82 @@
+---
+layout: post
+title: 2013 in retrospect and a Happy New Year from the Libcloud team
+author: Tomaz Muraus
+tags:
+  - news
+---
+
+Dear Libcloud users, developers and team members,
+
+2013 is slowly coming to an end, and we would like to wish everyone a happy
+and successful new year!
+
+Now it's also the time to look back at the things which have been accomplished,
+important events which have happened and some statistics for 2013.
+
+### Important Events and Milestones
+
+* Two new committers have joined our team - [John Carr][5], [Brian Curtin][6]
+* In June we held a Libcloud Design Day at the Rackspace San Francisco
+  office. See [Libcloud Design Day Recap][7] blog post for a recap.
+* We have finally migrated from SVN to Git.
+* We have started to work on new and improved documentation which is now
+  available on [ReadTheDocs][2].
+* In addition to the Apache Buildbot instance, our tests now also run on
+  [Travis CI][8].
+* Key pair management methods have been promoted to be part of the base
+  compute API. See [Libcloud update - Key pair management methods are now
+  part of the base API][17] blog post for more information.
+
+### Statistics
+
+* **197** new JIRA issues have been opened (total of **472**). Out of those
+  197 issues, **138** are now marked as 'resolved'.
+* Github mirror stars: **331** (+65 YTD)
+* Twitter followers: **449** (+149 YTD)
+* Google+ page +1's: **1591**
+* We had a total of **5 releases** (0.12.1, 0.12.3, 0.12.4, 0.13.0, 0.13.1,
+  0.13.2, 0.14.0-beta3)
+* Combination of SVN and Git repository has had a total of **963 commits**.
+
+### Sources
+
+Numbers listed above have been retrieved on **26th of December, 2013** from the
+sources listed bellow:
+
+* Libcloud website - [http://libcloud.apache.org/][9]
+- Twitter account - [https://twitter.com/libcloud][15]
+* Google+ page - [Apache Libcloud][14]
+* Github mirror - [https://github.com/apache/libcloud][16]
+* JIRA - [https://issues.apache.org/jira/browse/LIBCLOUD][10]
+* PyPi - [https://pypi.python.org/pypi/apache-libcloud/][11]
+* Ohloh - [https://www.ohloh.net/p/libcloud/][12]
+
+Those numbers and numbers for the past years are also available in a semi
+machine readable format in a [Google Spreadsheet][13].
+
+### Old retrospect blog posts
+
+* [2012 in retrospect and a Happy New Year from the Libcloud team][4]
+* [2011 in retrospect and a Happy New Year from the Libcloud team][3]
+
+Thanks again to everyone for their contributions and lets make 2014 even better
+and more successful :)
+
+[1]: tbd
+[2]: https://libcloud.readthedocs.org/en/latest/
+[3]: /blog/2011/12/30/2011-in-retrospect-and-happy-new-year-from-libcloud-team.html
+[4]: /blog/2012/12/26/2012-in-retrospect-and-happy-new-year-from-libcloud-team.html
+[5]: /blog/2013/08/04/new-committer-john-carr-joins-our-team.html
+[6]: /blog/2013/11/25/new-committers-brian-curtin-joins-our-team.html
+[7]: http://www.tomaz.me/2013/06/12/libcloud-design-day-recap-improving-libcloud-and-plans-for-the-future.html
+[8]: https://travis-ci.org/apache/libcloud
+[9]: http://libcloud.apache.org/
+[10]: https://issues.apache.org/jira/browse/LIBCLOUD
+[11]: https://pypi.python.org/pypi/apache-libcloud/
+[12]: https://www.ohloh.net/p/libcloud/
+[13]: https://docs.google.com/spreadsheets/d/1k_UBpA_HiQcZvO_TPi12yfN0VwCk42R8CXFFX0FYUAM
+[14]: https://plus.google.com/b/100590055818889164025/100590055818889164025
+[15]: https://twitter.com/libcloud
+[16]: https://github.com/apache/libcloud
+[17]: http://www.tomaz.me/2013/12/11/libcloud-update-key-pair-management-methods-are-now-part-of-the-base-api.html

Added: websites/staging/libcloud/trunk/content/source/_posts/2013-12-29-new-low-volume-announce-mailing-list.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/_posts/2013-12-29-new-low-volume-announce-mailing-list.md (added)
+++ websites/staging/libcloud/trunk/content/source/_posts/2013-12-29-new-low-volume-announce-mailing-list.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,21 @@
+---
+layout: post
+title: New low volume "announce" mailing list
+author: Tomaz Muraus
+tags:
+  - news
+---
+
+In addition to our existing users (**users@libcloud.apache.org**), developers
+(**dev@libcloud.apache.org**) and commits (**commits@libcloud.apache.org**)
+mailing list, we now also have a new very low volume announce mailing list -
+**announce@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
+[announce-subscribe@libcloud.apache.org][1].
+
+[1]: mailto:announce-subscribe@libcloud.apache.org

Added: websites/staging/libcloud/trunk/content/source/about.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/about.md (added)
+++ websites/staging/libcloud/trunk/content/source/about.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,125 @@
+---
+layout: page_with_sidebar
+title: About
+description: Libcloud is a Python library for interacting with many of the popular cloud service providers using a uniform API
+---
+
+<a name="about" id="about"><h1 class="anchor">About</h1></a>
+
+Libcloud is a Python library for interacting with many of the popular cloud
+service providers using a uniform API. It was created to make it easy for
+developers to build products that work between any of the services that it
+supports.
+
+Resource you can manage with Libcloud are divided in the following categories:
+
+* Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace
+  CloudServers
+* Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace
+  CloudFiles
+* Load Balancers as a Service - services such as Amazon Elastic Load Balancer
+  and GoGrid LoadBalancers
+* DNS as a Service - services such as Amazon Route 53 and Zerigo
+
+For more information about the features and supported providers, please refer
+to the [documentation][9].
+
+<a name="history" id="history"><h2 class="anchor">History</h2></a>
+
+Libcloud was originally developed and open-source in 2009 by folks at
+[Cloudkick][4]. It was developed to solve a problem of talking to multiple
+different cloud provider APIs.
+
+Later that year, the project joined Apache Incubator and in May of 2011,
+the project graduated from the incubator to a top level project.
+
+For a full timeline of the events and other important dates, please see the
+"Important Milestones and Dates" section bellow.
+
+<a name="supported-python-versions" id="supported-python-versions"><h2 class="anchor">Supported Python Versions</h2></a>
+
+Libcloud supports the following Python version:
+
+* Python 2.5,
+* Python 2.6,
+* Python 2.7,
+* PyPy,
+* Python 3 (since 0.7.1)
+
+Support for Python 2.4 has been dropped in **Libcloud 0.4.0**.
+
+<a name="release-schedule" id="release-schedule"><h2 class="anchor">Release Schedule</h2></a>
+
+We don't follow a regular releases schedule as you might know it from other
+projects such as Ubuntu.
+
+Here are the guidelines we follow when scheduling and preparing a release:
+
+1. Normal (stable) release - We prepare and get the release out as soon as
+enough changes accumulate in trunk.
+2. Bug fix release - It depends on the severity of a bug and how many users
+it affects. If it affects a lot of users or a big chunk of the code we try
+to prepare and get the release out as soon as possible.
+3. Security fix release - We prepare and get the release out as soon as
+possible.
+
+<a name="similar-libs-other-langs" id="similar-libs-other-langs"><h2 class="anchor">Similar Libraries in Other Languages</h2></a>
+
+As noted above, Libcloud is a Python library.
+
+If you are looking for a similar library for a different language, you should
+have a look at some of the libraries listed bellow:
+
+* [Apache Jclouds][10] - Java
+* [Apache Deltacloud][13] - Ruby, HTTP
+* [Fog][11] - Ruby
+* [pkgcloud][12] - Node.js
+
+If you feel adventures, you should also have a look at [Libcloud REST][20], a
+[Google Summer of Code 2012][21] project which exposes most of the Libcloud
+functionality over HTTP.
+
+<a name="important-milestones-and-dates" id="important-milestones-and-dates"><h2 class="anchor">Important Milestones and Dates</h2></a>
+
+* Summer 2009 - Libcloud development starts at Cloudkick
+* July 23, 2009 - [First open-source version of Libcloud is released by folks
+at Cloudkick][16]
+* November 11th, 2009 - [Project enters Apache Incubator][2]
+* March 22nd, 2011 - [Website has been ported to Apache CMS][15]
+* February 2nd, 2010 - First Apache release (0.2.0) is out
+* May 10th, 2011 - [Community voting for graduation to a Top Level Project has started][17]
+* May 19th, 2011 - [Project graduates to a top level project][3]
+* May 19th, 2011 - [Project gets a chair - Tomaz Muraus][3]
+* May 25, 2011 - [Libcloud 0.5.0 which moves away from compute only and includes
+  support for object storage and load balancer API is released][5]
+* November 5th, 2011 - [Libcloud 0.6.0 which includes support for a new DNS
+  API is released][6]
+* April 2012 - Libcloud participates in GSoC 2012. Student Ilgiz Islamgulov
+  works on "Libcloud REST interface" project.
+* August 30th, 2012 - [Libcloud REST GSoC 2012 project has been successfully
+  completed][18]
+* June 12th, 2011 - [Code repository has moved from SVN to git][19]
+* July 2013 - Work has started on a new and improved documentation which is
+  now hosted on ReadTheDocs
+
+[1]: {{ page.url }}
+[2]: http://incubator.apache.org/projects/libcloud.html
+[3]: https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces12
+[4]: http://en.wikipedia.org/wiki/Cloudkick
+[5]: http://mail-archives.apache.org/mod_mbox/libcloud-dev/201105.mbox/%3CBANLkTi%3DLqBidHLHUwAJSAWSzd-qSpad%2BdA%40mail.gmail.com%3E
+[6]: http://mail-archives.apache.org/mod_mbox/libcloud-dev/201111.mbox/%3CCAJMHEmKkRPVeLjJ%2BCeTFU0wrW2QbyOz2bd3HVLi3Ydw283oDKQ%40mail.gmail.com%3E
+[7]: http://www.google-melange.com/gsoc/projects/list/google/gsoc2012
+[8]: https://issues.apache.org/jira/browse/LIBCLOUD-159
+[9]: https://libcloud.readthedocs.org/en/latest/
+[10]: http://jclouds.apache.org/
+[11]: http://fog.io/
+[12]: https://github.com/nodejitsu/pkgcloud
+[13]: http://deltacloud.apache.org/
+[14]: http://mail-archives.us.apache.org/mod_mbox/www-announce/201005.mbox/%3CAANLkTilX0aWMhmdZWm-vCF3XjNaOQHrv7MWuj0ogNhRf@mail.gmail.com%3E
+[15]: http://mail-archives.apache.org/mod_mbox/incubator-libcloud/201103.mbox/%3CAANLkTi=aYQQfcZRJW0yz4Fhm8WeHSzDFbGM5tdsOz4sd@mail.gmail.com%3E
+[16]: http://web.archive.org/web/20120517182502/https://www.cloudkick.com/blog/2009/jul/23/libcloud-announced/
+[17]: http://mail-archives.apache.org/mod_mbox/incubator-libcloud/201105.mbox/%3CBANLkTimouwpSUkw-BVPV_KnpbfFgU6yqeQ@mail.gmail.com%3E
+[18]: http://google-opensource.blogspot.com/2012/08/8th-year-of-google-summer-of-code-draws.html
+[19]: http://mail-archives.apache.org/mod_mbox/libcloud-dev/201306.mbox/%3CCAJMHEmLUxAri0Pkw8-sHHb5tF2tH-qxjU7GC1zwVaNbFT%3DrUMg%40mail.gmail.com%3EZ
+[20]: https://github.com/islamgulov/libcloud.rest
+[21]: /gsoc-2012.html

Added: websites/staging/libcloud/trunk/content/source/assets/fonts/glyphicons-halflings-regular.eot
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/libcloud/trunk/content/source/assets/fonts/glyphicons-halflings-regular.eot
------------------------------------------------------------------------------
    svn:mime-type = application/vnd.ms-fontobject

Added: websites/staging/libcloud/trunk/content/source/assets/fonts/glyphicons-halflings-regular.svg
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/libcloud/trunk/content/source/assets/fonts/glyphicons-halflings-regular.svg
------------------------------------------------------------------------------
    svn:mime-type = image/svg+xml

Added: websites/staging/libcloud/trunk/content/source/assets/fonts/glyphicons-halflings-regular.ttf
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/libcloud/trunk/content/source/assets/fonts/glyphicons-halflings-regular.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/x-font-ttf

Added: websites/staging/libcloud/trunk/content/source/assets/fonts/glyphicons-halflings-regular.woff
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/libcloud/trunk/content/source/assets/fonts/glyphicons-halflings-regular.woff
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/staging/libcloud/trunk/content/source/blog/atom.xml
==============================================================================
--- websites/staging/libcloud/trunk/content/source/blog/atom.xml (added)
+++ websites/staging/libcloud/trunk/content/source/blog/atom.xml Tue Dec 31 01:50:43 2013
@@ -0,0 +1,29 @@
+---
+layout: nil
+exclude_from_search: true
+---
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom">
+  <title>{{ site.title }}</title>
+  <subtitle>{{ site.headline }}</subtitle>
+  <link href="{{ site.url }}" rel="self" />
+  <link href="{{ site.url }}" />
+  <id>{{ site.url }}</id>
+  <updated>{{ site.time | date_to_xmlschema }}</updated>
+  <author>
+    <name>The Apache Software Foundation</name>
+  </author>
+
+    {% for post in site.posts limit:10 %}
+  <entry>
+    <title>{{ post.title | xml_escape }}</title>
+    <link href="{{ site.url }}{{ post.url }}" />
+    <id>{{ site.url }}{{ post.url }}</id>
+    <updated>{{ post.date | date_to_xmlschema }}</updated>
+    <author>
+      <name>{{ post.author }}</name>
+    </author>
+    <content type="html">{{ post.content | xml_escape }}</content>
+  </entry>
+    {% endfor %}
+</feed>

Added: websites/staging/libcloud/trunk/content/source/blog/index.html
==============================================================================
--- websites/staging/libcloud/trunk/content/source/blog/index.html (added)
+++ websites/staging/libcloud/trunk/content/source/blog/index.html Tue Dec 31 01:50:43 2013
@@ -0,0 +1,17 @@
+---
+layout: blog
+title: Blog
+---
+
+<h1>{{ page.title }}</h1>
+
+<div class="posts">
+  {% assign show_post_link = true %}
+  {% for post in paginator.posts %}
+    {% unless post.exclude_from_index %}
+      {% include post.html %}
+    {% endunless %}
+  {% endfor %}
+</div>
+
+{% include pagination_bar.html %}

Added: websites/staging/libcloud/trunk/content/source/community-resources.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/community-resources.md (added)
+++ websites/staging/libcloud/trunk/content/source/community-resources.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,88 @@
+---
+layout: page
+title: Community Resources
+description: Learn about Libcloud by reading presentations and articles written by other Libcloud users and developers.
+---
+
+# {{ page.title }}
+
+This page contains a non-exhaustive list of resource such as articles,
+presentations and videos produced by the Libcloud developers and users.
+
+Resources are listed in a reverse-chronological (newest to oldest) order.
+
+## Articles and Tutorials
+
+* [Using Abiquo with libcloud][28], February 25th, 2013
+* [StratusLab Support for Libcloud][27], February 20th, 2013
+* [Using Apache Libcloud with IBM SmartCloud Enterprise][26], May 15th, 2012
+* [Bookkeeping With Libcloud][25], April 11th, 2012
+* [Playing with Amazon EC2, libcloud and fabric][24], Lars Larsson, April
+  16th, 2011
+* [Dewpoint: a command-line tool for cloud computing][23], David Brewer,
+  January 30th, 2011
+* [libcloud 0.4.2 and SSL, Grig Gheorghiu][22], January 19th, 2011
+* [Passing user data to EC2 Ubuntu instances with libcloud][21], Grig
+  Gheorghiu, January 19th, 2011
+* [Using libcloud to manage instances across multiple cloud providers][20],
+  Grig Gheorghiu, December 21st, 2010
+* [How to leverage cloud computing assets via apache-libcloud][19], RichJ,
+  December 13th, 2010
+* [Announcing lc-tools: command line tools on top of libcloud][18], Roman
+  Bogorodskiy, July 14th, 2010
+* [Using vCloud and Amazon CloudWatch with libcloud][17], Ryan Duffield, March
+  4th, 2011
+* [Using Libcloud with RimuHosting][16], davidmace, October 27th, 2009
+* [The wonders of libcloud][15], July 30th, 2009
+
+## Presentations
+
+* [Libcloud + CloudStack][12], Tomaz Muraus @ CloudStack Collaboration Conference 2013
+* [Cloud Portability With Multi-Cloud Toolkits][14], Everett Toews @ OSCON 2013
+* [Avoiding Vendor Lock-In Using Apache Libcloud][5], Tomaz Muraus @ CloudOpen 2012
+* [Libcloud and j clouds][13], Dae Myung Kang
+* [Managing the cloud With Libcloud][11], Tomaz Muraus @ EuroPython 2011
+* [Working in the multi-cloud with libcloud][6], Grig Gheorghiu, 2011
+* [Keeping Your Options Open in the Cloud][7], Doug Tidwell @ Cloud Expo Europe 2011
+* [Apache Libcloud: API driven operations][8], Paul Querna @ Surge 2010
+* [Apache Libcloud][9], Paul Querna @ Open Source Bridge 2010
+* [Apache Libcloud][10], Paul Querna @ Velocity Ignite 2010
+
+## Non-English Publications
+
+* [Apache Libcloud][3], Tomaz Muraus @ wwwhmb 2011, October 5th
+* [Управление облаками в Python][4], January 9th, 2011
+
+## Not Listed?
+
+If you wrote an article, blog post or a tutorial about Libcloud and you
+would like to have it listed on this page, please let us know.
+
+[1]: {{ page.url }}
+[2]: a
+[3]: http://www.tomaz.me/slides/2011-10-05_wwwhmb_apache_libcloud.pdf
+[4]: http://habrahabr.ru/post/111530/
+[5]: http://events.linuxfoundation.org/images/stories/pdf/lcna_co2012_muraus.pdf
+[6]: http://www.slideshare.net/ggheorghiu/working-in-the-multicloud-with-libcloud
+[7]: http://www.slideshare.net/doug_tidwell/keeping-your-options-open
+[8]: http://paul.querna.org/slides/libcloud-surge2010.pdf
+[9]: http://paul.querna.org/slides/libcloud-2010-06.pdf
+[10]: http://paul.querna.org/slides/libcloud-ignite.pdf
+[11]: http://www.tomaz.me/slides/manging_the_cloud_with_libcloud_europython.pdf
+[12]: http://www.tomaz.me/slides/2013-11-21-apache-libcloud
+[13]: http://www.slideshare.net/charsyam2/libcloud-and-j-clouds
+[14]: http://www.slideshare.net/phymata/cloud-portability-with-multicloud-toolkits
+[15]: http://zenofnptech.org/2009/07/wonders-of-libcloud.html
+[16]: http://blog.rimuhosting.com/2009/10/27/using-libcloud-with-rimuhosting/
+[17]: https://blog.serverdensity.com/using-vcloud-and-amazon-cloudwatch-with-libcloud/
+[18]: http://empt1e.blogspot.com/2010/07/announcing-lc-tools.html
+[19]: http://www.outsidaz.org/blog/2010/12/13/how-to-leverage-cloud-computing-assets-via-apache-libcloud/
+[20]: http://agiletesting.blogspot.com/2010/12/using-libcloud-to-manage-instances.html
+[21]: http://agiletesting.blogspot.com/2011/01/passing-user-data-to-ec2-ubuntu.html
+[22]: http://agiletesting.blogspot.com/2011/01/libcloud-042-and-ssl.html
+[23]: http://blog.secondstory.com/introducing-dewpoint
+[24]: http://lars.la/libcloud_and_fabric.html
+[25]: http://undertitled.com/2012/04/11/bookkeeping-with-libcloud.html
+[26]: http://www-03.ibm.com/support/techdocs/atsmastr.nsf/WebIndex/WP102127
+[27]: http://stratuslab.eu//news/2013/02/20/news-libcloud.html
+[28]: http://blog.abiquolabs.com/using-abiquo-with-libcloud/

Added: websites/staging/libcloud/trunk/content/source/community.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/community.md (added)
+++ websites/staging/libcloud/trunk/content/source/community.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,83 @@
+---
+layout: page_with_sidebar
+title: Community
+---
+
+# {{ page.title }}
+
+<a name="mailing-lists" id="mailing-lists"><h2 class="anchor">Mailing Lists</h2></a>
+
+* [announce@libcloud.apache.org][9] ([archive][10]) - Only important project
+  updates and release announcements are sent to this list (low volume).
+* [users@libcloud.apache.org][11] ([archive][12]) - Mailing list for Libcloud
+  users (low volume)
+* [dev@libcloud.apache.org][13] ([archive][14]) - Mailing list for Libcloud
+  developers and people interested in contributing to Libcloud (moderate volume)
+* [commits@libcloud.apache.org][15] ([archive][16]) - Commits messages, pull
+  request notifications, build notifications and other automated messages go
+  to this mailing list (high volume)
+
+<a name="irc-chat" id="irc-chat"><h2 class="anchor">IRC Chat</h2></a>
+
+* [#libcloud][2] on Freenode
+
+<a name="issue-tracker" id="issue-tracker"><h2 class="anchor">Issue Tracker</h2></a>
+
+* Apache JIRA: [https://issues.apache.org/jira/browse/LIBCLOUD][7]
+
+<a name="code-repository" id="code-repository"><h2 class="anchor">Main Code Repository</h2></a>
+
+Project source code is stored in an Apache hosted git repository.
+
+* Repository: [https://git-wip-us.apache.org/repos/asf/libcloud.git](https://git-wip-us.apache.org/repos/asf/libcloud.git)
+* Gitweb: [https://git-wip-us.apache.org/repos/asf?p=libcloud.git](https://git-wip-us.apache.org/repos/asf?p=libcloud.git)
+
+<a name="website-repository" id="website-repository"><h2 class="anchor">Website Code Repository</h2></a>
+
+Website source code is stored in an Apache hosted svn repository. Source code
+is stored in an svn and not git repository, because svn-based
+[Svnpubsub](https://www.apache.org/dev/cms.html#svnpubsub) mechanism is used
+for distributing change notification to the web servers.
+
+* Repository: [https://svn.apache.org/repos/asf/libcloud/site/trunk](https://svn.apache.org/repos/asf/libcloud/site/trunk)
+* ViewVc: [https://svn.apache.org/viewvc/libcloud/site/](https://svn.apache.org/viewvc/libcloud/site/)
+
+<a name="contributing" id="contributing"><h2 class="anchor">Community Resources</h2></a>
+
+See [Community Resources][18] page for a list of articles, presentations and
+blog posts written by Libcloud users and developers.
+
+<a name="gsoc" id="gsoc"><h2 class="anchor">Google Summer of Code</h2></a>
+
+See [Google Summer of Code page][17].
+
+<a name="contributing" id="contributing"><h2 class="anchor">Contributing to Libcloud</h2></a>
+
+For information on how to contribute, please see [Contributing][8] section in
+the documentation.
+
+<a name="other" id="other"><h2 class="anchor">Other</h2></a>
+
+* [apache/libcloud][5] on Github
+* [@libcloud][3] on Twitter
+* [+Apache Libcloud][4] on Google+
+* [Libcloud][6] on Ohloh
+
+[1]: {{ page.url }}
+[2]: http://webchat.freenode.net?channels=libcloud&uio=d4
+[3]: http://twitter.com/libcloud
+[4]: https://plus.google.com/u/0/100590055818889164025/posts
+[5]: https://github.com/apache/libcloud
+[6]: https://www.ohloh.net/p/libcloud/
+[7]: https://github.com/apache/libcloud
+[8]: https://libcloud.readthedocs.org/en/latest/development.html#contributing
+[9]: mailto:announce-subscribe@libcloud.apache.org
+[10]: http://mail-archives.apache.org/mod_mbox/libcloud-announce/
+[11]: mailto:users-subscribe@libcloud.apache.org
+[12]: http://mail-archives.apache.org/mod_mbox/libcloud-users/
+[13]: mailto:dev-subscribe@libcloud.apache.org
+[14]: http://mail-archives.apache.org/mod_mbox/libcloud-dev/
+[15]: mailto:commits-subscribe@libcloud.apache.org
+[16]: http://mail-archives.apache.org/mod_mbox/libcloud-commits/
+[17]: /gsoc.html
+[18]: /community-resources.html

Added: websites/staging/libcloud/trunk/content/source/credits.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/credits.md (added)
+++ websites/staging/libcloud/trunk/content/source/credits.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,169 @@
+---
+layout: page
+title: Credits
+description: See a list of Libcloud team members and people who have contributed to the project.
+---
+
+# {{ page.title }}
+
+This page lists Libcloud team members and all the people who have contributed
+have contributed to the project and are recorded in the CHANGES file.
+
+<a name="thanks"><h2 class="anchor">Thanks</h2></a>
+
+We would like to thank each and every person who has contributed to Libcloud in
+any form (be it a code change, documentation change, bug fix, typo fix,
+feature suggestion or similar).
+
+<a name="team-members"><h2 class="anchor">Team Members</h2></a>
+
+<div class="row section member">
+  <div class="col-md-8">
+    {{ "briancurtin@apache.org" | gravatar }}
+    <p>Brian Curtin<br />
+    Committer<br />
+    briancurtin [at] apache [dot] org
+    </p>
+  </div>
+</div>
+
+<div class="row section member">
+  <div class="col-md-8">
+    {{ "woodset@apache.org" | gravatar }}
+    <p>Eric Woods<br />
+    PMC Member, Committer<br />
+    woodser [at] apache [dot] org
+    </p>
+  </div>
+</div>
+
+<div class="row section member">
+  <div class="col-md-8">
+    {{ "hbetts@apache.org" | gravatar }}
+    <p>Hutson Betts<br />
+    Committer<br />
+    hbetts [at] apache [dot] org
+    </p>
+  </div>
+</div>
+
+<div class="row section member">
+  <div class="col-md-8">
+    {{ "ilgiz@apache.org" | gravatar }}
+    <p>Ilgiz Islamgulov<br />
+    Committer<br />
+    ilgiz [at] apache [dot] org
+    </p>
+  </div>
+</div>
+
+<div class="row section member">
+  <div class="col-md-8">
+    {{ "oremj@apache.org" | gravatar }}
+    <p>Jeremiah Orem<br />
+    PMC Member, Committer<br />
+    oremj [at] apache [dot] org
+    </p>
+  </div>
+</div>
+
+<div class="row section member">
+  <div class="col-md-8">
+    {{ "jerry@apache.org" | gravatar }}
+    <p>Jerry Chen<br />
+    PMC Member, Committer<br />
+    jerry [at] apache [dot] org
+    </p>
+  </div>
+</div>
+
+<div class="row section member">
+  <div class="col-md-8">
+    {{ "johnmdcarr@apache.org" | gravatar }}
+    <p>John Carr<br />
+    PMC Member, Committer<br />
+    johnmdcarr [at] apache [dot] org
+    </p>
+  </div>
+</div>
+
+<div class="row section member">
+  <div class="col-md-8">
+    {{ "mahendra@apache.org" | gravatar }}
+    <p>Mahendra Maheshwara<br />
+    Committer<br />
+    mahendra [at] apache [dot] org
+    </p>
+  </div>
+</div>
+
+<div class="row section member">
+  <div class="col-md-8">
+    {{ "rbogorodskiy@apache.org" | gravatar }}
+    <p>Roman Bogorodskiy<br />
+    PMC Member, Committer<br />
+    rbogorodskiy [at] apache [dot] org
+    </p>
+  </div>
+</div>
+
+<div class="row section member">
+  <div class="col-md-8">
+    {{ "tom@apache.org" | gravatar }}
+    <p>Tom Davis<br />
+    PMC Member, Committer<br />
+    tom [at] apache [dot] org
+    </p>
+  </div>
+</div>
+
+<div class="row section member">
+  <div class="col-md-8">
+    {{ "tomaz@apache.org" | gravatar }}
+    <p>Tomaz Muraus<br />
+    PMC Member, Committer, Chair<br />
+    tomaz [at] apache [dot] org
+    </p>
+  </div>
+</div>
+
+<div class="row section member">
+  <div class="col-md-8">
+    {{ "pquerna@apache.org" | gravatar }}
+    <p>Paul Querna<br />
+    PMC member, Committer<br />
+    pquerna [at] apache [dot] org
+    </p>
+  </div>
+</div>
+
+<a name="alumni"><h2 class="anchor">Alumni</h2></a>
+
+* Alex Polvi (original Libcloud developer and founder)
+* Dan Di Spaltro (committer)
+* Ivan Meredith (committer)
+* Jed Smith (committer, PMC member)
+
+<a name="contributors"><h2 class="anchor">Contributors</h2></a>
+
+This section lists all the people who have contributed code or a documentation
+change to Libcloud. It's automatically generated from the [CHANGES][3] file so
+it might not be 100% accurate. If you have contributed, but your name is
+missing from this list, we would like to apologize and thank you again for
+your contribution!
+
+All the names are sorted in an alphabetical order based on the contributor's
+last name.
+
+{% capture content %}
+{% include contributors.md %}
+{% endcapture %}
+
+{{ content | markdownify }}
+
+If there is no JIRA ticket number or Github pull request number next to
+someone's name, this simply means that a changelog line didn't reference it.
+
+[1]: {{ page.url }}
+[2]: https://issues.apache.org/jira/secure/ConfigureReport.jspa?atl_token=888af46eb9686dcb98b6e5c7489395dfb195f02c&versionId=-1&issueStatus=closed&selectedProjectId=12311030&reportKey=com.sourcelabs.jira.plugin.report.contributions%3Acontributionreport&Next=Next).
+[3]: https://github.com/apache/libcloud/blob/trunk/CHANGES

Added: websites/staging/libcloud/trunk/content/source/downloads.md
==============================================================================
--- websites/staging/libcloud/trunk/content/source/downloads.md (added)
+++ websites/staging/libcloud/trunk/content/source/downloads.md Tue Dec 31 01:50:43 2013
@@ -0,0 +1,184 @@
+---
+layout: page_with_sidebar
+title: Downloads
+description: Download the latest version of Libcloud.
+---
+
+# {{ page.title }}
+
+This page contains link to the latest stable release of Libcloud. If you are
+interested in an older release, please visit the [archive page][15].
+
+<a name="latest-stable-release" id="latest-stable-release"><h2 class="anchor">Libcloud 0.13.2 (stable) - Released on September 18th, 2013</h2></a>
+
+Files:
+
+* [apache-libcloud-0.13.2.tar.gz][2] [[asc][3]] [[sha1][4]] [[md5][5]]
+* [apache-libcloud-0.13.2.tar.bz2][6] [[asc][7]] [[sha1][8]] [[md5][9]]
+* [apache-libcloud-0.13.2.tar.zip][10] [[asc][11]] [[sha1][12]] [[md5][13]]
+
+You are strongly encouraged to verify those packages using the [Apache Libcloud
+developers KEYS][14]. You can find information on how to do that in the
+"Quick package verification guide" section bellow.
+
+<a name="latest-beta-release" id="latest-beta-release"><h2 class="anchor">Libcloud 0.14.0-beta3 (beta) - Released on November 21st, 2013</h2></a>
+
+Files:
+
+* [apache-libcloud-0.14.0-beta3.tar.gz][17] [[asc][18]] [[sha1][19]] [[md5][20]]
+* [apache-libcloud-0.14.0-beta3.tar.bz2][21] [[asc][22]] [[sha1][23]] [[md5][24]]
+* [apache-libcloud-0.14.0-beta3.tar.zip][25] [[asc][26]] [[sha1][27]] [[md5][28]]
+
+Upgrade notes: [Click][29]
+
+<a name="distribution-packages" id="distribution-packages"><h2 class="anchor">Distribution specific packages</h2></a>
+
+Libcloud is also available in standard repositories of many popular Linux
+distributions.
+
+<a name="ubuntu-debian"><h3 class="anchor">Ubuntu, Debian (apt)</h3></a>
+
+Package name: `python-libcloud`  
+Installation:
+
+{% highlight bash %}
+apt-get install python-libcloud
+{% endhighlight %}
+
+<a name="feedora-redhat"><h3 class="anchor">Fedora, RedHat (yum)</h3></a>
+
+Package name: `python-libcloud`  
+Installation:
+
+{% highlight bash %}
+yum install python-libcloud
+{% endhighlight %}
+
+<a name="freebsd"><h3 class="anchor">FreeBSD (ports, packages)</h3></a>
+
+Port name: `ports/net/py-libcloud`  
+Installation:
+
+{% highlight bash %}
+cd /usr/ports/net/py-libcloud
+make install clean
+{% endhighlight %}
+
+Package name: `py-libcloud`  
+Installation:
+
+{% highlight bash %}
+pkg_add -r py27-libcloud
+{% endhighlight %}
+
+<a name="osx"><h3 class="anchor">OS X (MacPorts)</h3></a>
+
+Port name: `py-libcloud`
+Installation:
+
+{% highlight bash %}
+port installl py-libcloud
+{% endhighlight %}
+
+Keep in mind that distribution packages may be out of date. If you want to make
+sure that you are using the latest version, you should install it by downloading
+the archive from this page or using pip.
+
+<a name="pypi-package" id="pypi-package"><h2 class="anchor">PyPi Package</h2></a>
+
+The Python Package Index or PyPI is the official third-party software
+repository for the Python programming language.
+
+We push all the releases to PyPi so you can also download and install the
+latest release using pip:
+
+{% highlight bash %}
+pip install apache-libcloud
+{% endhighlight %}
+
+Keep in mind that `pip install` command doesn't verify the package signatures,
+so if you are worried about that, you should manually download the package and
+verify the signature using the steps described bellow.
+
+<a name="old-releases" id="old-releases"><h2 class="anchor">Old releases</h2></a>
+
+Old releases can be found in the archive at [http://www.apache.org/dist/libcloud/][15].
+We strongly recommend to not use those releases, but upgrade to the latest
+release available.
+
+<a name="package-verification-guide" id="package-verification-guide"><h2 class="anchor">Quick package verification guide</h2></a>
+
+This section contains quick instructions on how to validate the release PGP
+signatures.
+
+1.. Download the `KEYS` file from the Apache website
+
+{% highlight bash %}
+wget https://www.apache.org/dist/libcloud/KEYS
+{% endhighlight %}
+
+It is very important to only download `KEYS` file from the Apache server which
+is mentioned above.
+
+2.. Import KEYS file
+
+   {% highlight bash %}
+   gpg --import KEYS
+   gpg: key 42721F00: public key "Paul Querna <...>" imported
+   gpg: Total number processed: 1
+   gpg:               imported: 1
+   gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
+   gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
+   gpg: next trustdb check due at 2011-10-30</pre>
+   {% endhighlight %}
+
+3.. Verify package with `.asc` signature file
+
+{% highlight bash %}
+gpg --verify apache-libcloud-0.13.2.tar.bz2.asc
+gpg: Signature made Wed Oct  6 15:31:35 2010 CDT using DSA key ID 42721F00
+gpg: Good signature from "Paul Querna <...>"
+gpg:                 aka "Paul Querna <...>"
+gpg:                 ...</span>
+gpg: WARNING: This key is not certified with a trusted signature!
+gpg:          There is no indication that the signature belongs to the owner.
+Primary key fingerprint: 39F6 691A 0ECF 0C50 E8BB  849C F788 75F6 4272 1F00
+{% endhighlight %}
+
+Example of a bad signature:
+
+{% highlight bash %}
+gpg --verify apache-libcloud-0.13.2.tar.bz2.asc
+gpg: Signature made Wed Oct  6 15:31:35 2010 CDT using DSA key ID 42721F00
+gpg: BAD signature from "Paul Querna <...>"
+{% endhighlight %}
+
+[1]: {{ page.url }}
+[2]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.gz
+[3]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.gz.asc
+[4]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.gz.sha1
+[5]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.gz.md5
+[6]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.bz2
+[7]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.bz2.asc
+[8]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.bz2.sha1
+[9]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.tar.bz2.md5
+[10]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.zip
+[11]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.zip.asc
+[12]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.zip.sha1
+[13]: http://www.apache.org/dist/libcloud/apache-libcloud-0.13.2.zip.md5
+[14]: https://www.apache.org/dist/libcloud/KEYS
+[15]: http://archive.apache.org/dist/libcloud/
+[16]: https://libcloud.readthedocs.org/en/latest/upgrade_notes.html
+[17]: http://www.apache.org/dist/libcloud/apache-libcloud-0.14.0-beta3.tar.gz
+[18]: http://www.apache.org/dist/libcloud/apache-libcloud-0.14.0-beta3.tar.gz.asc
+[19]: http://www.apache.org/dist/libcloud/apache-libcloud-0.14.0-beta3.tar.gz.sha1
+[20]: http://www.apache.org/dist/libcloud/apache-libcloud-0.14.0-beta3.tar.gz.md5
+[21]: http://www.apache.org/dist/libcloud/apache-libcloud-0.14.0-beta3.tar.bz2
+[22]: http://www.apache.org/dist/libcloud/apache-libcloud-0.14.0-beta3.tar.bz2.asc
+[23]: http://www.apache.org/dist/libcloud/apache-libcloud-0.14.0-beta3.tar.bz2.sha1
+[24]: http://www.apache.org/dist/libcloud/apache-libcloud-0.14.0-beta3.tar.bz2.md5
+[25]: http://www.apache.org/dist/libcloud/apache-libcloud-0.14.0-beta3.zip
+[26]: http://www.apache.org/dist/libcloud/apache-libcloud-0.14.0-beta3.zip.asc
+[27]: http://www.apache.org/dist/libcloud/apache-libcloud-0.14.0-beta3.zip.sha1
+[28]: http://www.apache.org/dist/libcloud/apache-libcloud-0.14.0-beta3.zip.md5
+[29]: https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0-14-0