Part of libcloud.compute.deployment View Source View In Hierarchy
Method | __init__ | |
Method | run | Uploads the shell script and then executes it. |
Inherited from Deployment:
Method | _get_string_value | Undocumented |
Parameters | script | Contents of the script to run (type: str ) |
name | Name of the script to upload it as, if not specified, a random name will be
choosen. (type: str ) | |
delete | Whether to delete the script on completion. (type: bool ) |
See also Deployment.run