You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by rb...@apache.org on 2011/05/06 09:48:05 UTC

svn commit: r1100119 - /incubator/libcloud/trunk/CHANGES

Author: rbogorodskiy
Date: Fri May  6 07:48:05 2011
New Revision: 1100119

URL: http://svn.apache.org/viewvc?rev=1100119&view=rev
Log:
Mention OpenStack driver in CHANGES.

Modified:
    incubator/libcloud/trunk/CHANGES

Modified: incubator/libcloud/trunk/CHANGES
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/CHANGES?rev=1100119&r1=1100118&r2=1100119&view=diff
==============================================================================
--- incubator/libcloud/trunk/CHANGES (original)
+++ incubator/libcloud/trunk/CHANGES Fri May  6 07:48:05 2011
@@ -1,6 +1,11 @@
                                                         -*- coding: utf-8 -*-
 
 Changes with Apache Libcloud 0.4.3
+    *) Add OpenStack driver, which is actually an extension for
+       Rackspace driver that allows to specify custom port and
+       host of user's OpenStack installation
+       [Roman Bogorodskiy]
+
     *) Add support for Load Balancing services, available through
        libcloud.resource.lb. Drivers for Rackspace and GoGrid are
        included.