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

svn commit: r941855 - /incubator/libcloud/trunk/libcloud/drivers/ec2.py

Author: jerry
Date: Thu May  6 19:01:06 2010
New Revision: 941855

URL: http://svn.apache.org/viewvc?rev=941855&view=rev
Log:
Remove unused name kwarg in EC2 create_node

Modified:
    incubator/libcloud/trunk/libcloud/drivers/ec2.py

Modified: incubator/libcloud/trunk/libcloud/drivers/ec2.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/ec2.py?rev=941855&r1=941854&r2=941855&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/drivers/ec2.py (original)
+++ incubator/libcloud/trunk/libcloud/drivers/ec2.py Thu May  6 19:01:06 2010
@@ -420,7 +420,6 @@ class EC2NodeDriver(NodeDriver):
         @keyword    ex_userdata: User data
         @type       ex_userdata: C{str}
         """
-        name = kwargs["name"]
         image = kwargs["image"]
         size = kwargs["size"]
         params = {