You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2009/12/31 03:31:46 UTC

svn commit: r894771 - /incubator/libcloud/trunk/libcloud/interface.py

Author: pquerna
Date: Thu Dec 31 02:31:45 2009
New Revision: 894771

URL: http://svn.apache.org/viewvc?rev=894771&view=rev
Log:
update Interface for Node Driver

Modified:
    incubator/libcloud/trunk/libcloud/interface.py

Modified: incubator/libcloud/trunk/libcloud/interface.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/interface.py?rev=894771&r1=894770&r2=894771&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/interface.py (original)
+++ incubator/libcloud/trunk/libcloud/interface.py Thu Dec 31 02:31:45 2009
@@ -150,7 +150,7 @@
     NODE_STATE_MAP = Attribute("""A mapping of states found in the response to
                               their standard type. This is a constant.""")
 
-    def create_node(name, image, size, **kwargs):
+    def create_node(name, options, **kwargs):
         """
         Creates a new node based on provided params. Name is ignored on some providers.