Author: tomaz
Date: Mon Nov 21 14:00:59 2011
New Revision: 1204502
URL: http://svn.apache.org/viewvc?rev=1204502&view=rev
Log:
Update IBM SBC driver create_node docstring.
Modified:
libcloud/trunk/libcloud/compute/drivers/ibm_sbc.py
Modified: libcloud/trunk/libcloud/compute/drivers/ibm_sbc.py
URL:
http://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ibm_sbc.py?rev=1204502&r1=1204501&r2=1204502&view=diff
==============================================================================
--- libcloud/trunk/libcloud/compute/drivers/ibm_sbc.py (original)
+++ libcloud/trunk/libcloud/compute/drivers/ibm_sbc.py Mon Nov 21 14:00:59 2011
@@ -86,11 +86,23 @@ class IBMNodeDriver(NodeDriver):
See L{NodeDriver.create_node} for more keyword args.
+ @keyword auth Name of the pubkey to use. When constructing
+ C{NodeAuthSSHKey} instance, 'pubkey' argument must be
+ the name of the public key to use.
+ You chose this name when creating a new public key on
+ the IBM server.
+ @type auth C{NodeAuthSSHKey}
+
@keyword ex_configurationData: Image-specific configuration
parameters.
Configuration parameters are defined in
the parameters.xml file. The URL to
this file is defined in the NodeImage
at extra[parametersURL].
+
+ Note: This argument must be specified
+ when launching a Windows instance. It
+ must contain 'UserName' and 'Password'
+ keys.
@type ex_configurationData: C{dict}
"""