Author: tomaz
Date: Mon Nov 7 14:33:55 2011
New Revision: 1198751
URL: http://svn.apache.org/viewvc?rev=1198751&view=rev
Log:
Update CHANGES.
Modified:
libcloud/trunk/CHANGES
Modified: libcloud/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1198751&r1=1198750&r2=1198751&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Mon Nov 7 14:33:55 2011
@@ -1,7 +1,6 @@
-*- coding: utf-8 -*-
-Changes with Apache Libcloud 0.6.0:
-
+Changes with Apache Libcloud 0.6.1:
*) General:
- Modify ParamikoSSHClient.connect so it supports authentication using a
@@ -65,6 +64,19 @@ Changes with Apache Libcloud 0.6.0:
- Add new "unavailable" state to the BrightboxNodeDriver class.
[Tim Fletcher]
+ - Increase a PollingConnection timeout in the CloudStack connection
+ and fix the context dictionary creation in the _async_request method.
+ [gigimon]
+
+ - Fix networks retrieval in the CloudStack driver create_node method.
+ Also only pass 'networkids' field to the API if there are any networks
+ available.
+ [gigimon, Tomaz Muraus]
+
+ - Fix list_nodes in the CloudStack driver. Private IPs aren't always
+ available.
+ [Tomaz Muraus]
+
*) Load-baancer:
- Add a missing argument to the method call inside