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

svn commit: r1195294 - /libcloud/trunk/CHANGES

Author: tomaz
Date: Mon Oct 31 01:15:31 2011
New Revision: 1195294

URL: http://svn.apache.org/viewvc?rev=1195294&view=rev
Log:
Update CHANGES.

Modified:
    libcloud/trunk/CHANGES

Modified: libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1195294&r1=1195293&r2=1195294&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Mon Oct 31 01:15:31 2011
@@ -37,6 +37,21 @@ Changes with Apache Libcloud in developm
        GITHUB-31
        [Juan Carlos Moreno]
 
+     - Fix IP address assignment in the EC2 driver. Don't include "None" in the
+       public_ip and private_ip Node list attribute.
+       [Tomaz Muraus]
+
+     - Make deploy_node functionality more robust and don't start deployment if
+       node public_ip attribute is an empty list.
+       [Tomaz Muraus]
+
+     - Support SSH key authentication when using deploy_node.
+       [Russell Haering, Tomaz Muraus]
+
+     - Enable deploy_node functionality in the EC2 driver using SSH key
+       authentication
+       [Russell Haering, Tomaz Muraus]
+
   *) DNS:
 
    - New drivers for Rackspace Cloud DNS (US and UK region)