Author: tomaz
Date: Sat Oct 13 23:47:45 2012
New Revision: 1397970
URL: http://svn.apache.org/viewvc?rev=1397970&view=rev
Log:
Update changes.
Modified:
libcloud/trunk/CHANGES
Modified: libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/libcloud/trunk/CHANGES?rev=1397970&r1=1397969&r2=1397970&view=diff
==============================================================================
--- libcloud/trunk/CHANGES (original)
+++ libcloud/trunk/CHANGES Sat Oct 13 23:47:45 2012
@@ -15,6 +15,16 @@ Changes with Apache Libcloud in developm
; LIBCLOUD-245
[Tomaz Muraus]
+ - Refactor Rackspace driver classes and make them easier to use. Now there
+ are two rackspace constants - Provider.RACKSPACE which represents new
+ next-gen OpenStack servers and Provider.RACKSPACE_FIRST_GEN which
+ represents old cloud servers.
+
+ Note: This change is backward incompatible. For more information on those
+ changes and how to upgrade your code to make it work with it, please visit
+ TODO.
+ [Tomaz Muraus]
+
*) DNS
- Update 'if type' checks in the update_record methods to behave correctly
|