Part of libcloud.deployment View Source View In Hierarchy
Known subclasses: libcloud.deployment.MultiStepDeployment, libcloud.deployment.ScriptDeployment, libcloud.deployment.SSHKeyDeployment
Method | run | Runs this deployment task on node using the
client provided. |
Method | _get_string_value | Undocumented |
node
using the
client
provided.Parameters | node | Node to operate one (type: Node ) |
client | Connected SSH client to use. (type: BaseSSHClient ) | |
Returns | Node |