The CloudStack cloud module is used to control access to a CloudStack based Public Cloud.
Use of this module requires the apikey, secretkey, host and path parameters.
my-cloudstack-cloud-config:
apikey: <your api key >
secretkey: <your secret key >
host: localhost
path: /client/api
provider: cloudstack
Return a dict of all available VM images on the cloud provider with relevant data
Return a dict of all available VM locations on the cloud provider with relevant data
Return a dict of all available VM images on the cloud provider with relevant data
Create a single VM from a data dict
Delete a single VM
Return the first configured instance.
Return a conn object for the passed VM data
Return the image object to use
Return the IP address of the VM If the VM has public IP as defined by libcloud module then use it Otherwise try to extract the private IP and use that one.
Returns the ssk private key for VM access
Return the keypair to use
Return the node location to use
Return the networkid to use, only valid for Advanced Zone
Return the password to use
Return the VM's size object
Return a list of the VMs that are on the provider
Return a list of the VMs that are on the provider, with all fields
Return a list of the VMs that are on the provider, with select fields
Return the script deployment object
Show the details from the provider concerning an instance
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.
salt.cloud.clouds.botocore_aws
salt.cloud.clouds.digital_ocean