Part of libcloud.compute.deployment View Source View In Hierarchy
Runs an arbitrary Shell Script task from a file.
Method | __init__ | @type script_file: C{str} @keyword script_file: Path to a file containing the script to run |
Inherited from ScriptDeployment:
Method | run | Uploads the shell script and then executes it. |
Inherited from Deployment (via ScriptDeployment):
Method | _get_string_value | Undocumented |
@type script_file: C{str} @keyword script_file: Path to a file containing the script to run @type name: C{str} @keyword name: Name of the script to upload it as, if not specified, a random name will be choosen. @type delete: C{bool} @keyword delete: Whether to delete the script on completion.