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 2013/02/25 20:45:32 UTC

svn commit: r1449843 - /libcloud/trunk/CHANGES

Author: tomaz
Date: Mon Feb 25 19:45:31 2013
New Revision: 1449843

URL: http://svn.apache.org/r1449843
Log:
Add missing changelog entry.

Modified:
    libcloud/trunk/CHANGES

Modified: libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1449843&r1=1449842&r2=1449843&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Mon Feb 25 19:45:31 2013
@@ -171,6 +171,10 @@ Changes with Apache Libcloud in developm
       is private. (LIBCLOUD-297)
       [Grischa Meyer, Tomaz Muraus]
 
+   - Fix create_node in OpenStack driver to work correctly if 'adminPass'
+     attribute is not present in the response. (LIBCLOUD-292)
+     [Gavin McCance, Tomaz Muraus]
+
   *) Storage
 
     - Add a new local storage driver.