Author: tomaz
Date: Wed May 22 01:20:07 2013
New Revision: 1485026
URL: http://svn.apache.org/r1485026
Log:
Update changes.
Modified:
libcloud/trunk/CHANGES
Modified: libcloud/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1485026&r1=1485025&r2=1485026&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Wed May 22 01:20:07 2013
@@ -9,6 +9,15 @@ Changes with Apache Libcloud in deveplom
validation. (LIBCLOUD-324)
[Robert Chiniquy]
+ - Modify OpenStackAuthConnection and change auth_token_expires attribute to
+ be a datetime object instead of a string.
+ [Tomaz Muraus]
+
+ - Modify OpenStackAuthConnection to support re-using of the existing auth
+ token if it's still valid instead of re-authenticating on every
+ authenticate() call.
+ [Tomaz Muraus]
+
*) Compute
- Fix destroy_node method in the experimental libvirt driver.