l.c.d.ScriptFileDeployment(ScriptDeployment) : class documentation

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
def __init__(self, script_file, name=None, delete=False): (source)
@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.
API Documentation for libcloud, generated by pydoctor at 2013-07-01 17:02:02.