You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/10/19 19:00:32 UTC

svn commit: r1186336 - /libcloud/trunk/libcloud/compute/drivers/openstack.py

Author: tomaz
Date: Wed Oct 19 17:00:32 2011
New Revision: 1186336

URL: http://svn.apache.org/viewvc?rev=1186336&view=rev
Log:
Fix a typo in __all__ in the OpenStack compute driver (reported by Brad Morgan).

Modified:
    libcloud/trunk/libcloud/compute/drivers/openstack.py

Modified: libcloud/trunk/libcloud/compute/drivers/openstack.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/openstack.py?rev=1186336&r1=1186335&r2=1186336&view=diff
==============================================================================
--- libcloud/trunk/libcloud/compute/drivers/openstack.py (original)
+++ libcloud/trunk/libcloud/compute/drivers/openstack.py Wed Oct 19 17:00:32 2011
@@ -46,7 +46,7 @@ __all__ = [
     'OpenStack_1_1_Response',
     'OpenStack_1_1_Connection',
     'OpenStack_1_1_NodeDriver',
-    'OpenStackDriver'
+    'OpenStackNodeDriver'
     ]