Author: tomaz
Date: Mon Feb 25 19:46:02 2013
New Revision: 1449848
URL: http://svn.apache.org/r1449848
Log:
Backport commit from trunk.
Modified:
libcloud/branches/0.12.x/ (props changed)
libcloud/branches/0.12.x/CHANGES
Propchange: libcloud/branches/0.12.x/
------------------------------------------------------------------------------
Merged /libcloud/trunk:r1449843
Modified: libcloud/branches/0.12.x/CHANGES
URL:
http://svn.apache.org/viewvc/libcloud/branches/0.12.x/CHANGES?rev=1449848&r1=1449847&r2=1449848&view=diff
==============================================================================
--- libcloud/branches/0.12.x/CHANGES (original)
+++ libcloud/branches/0.12.x/CHANGES Mon Feb 25 19:46:02 2013
@@ -161,6 +161,10 @@ Changes with Apache Libcloud 0.12.1:
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.