You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
algo/docs/cloud-cloudstack.md

524 B

Configuration file

Algo scripts will ask you for the API detail. You need to fetch the API credentials and the endpoint from the provider control panel.

Example for Exoscale (European cloud provider exposing CloudStack API), visit https://portal.exoscale.com/u/your@account/account/profile/api to gather the required information: CloudStack api key and secret.

export CLOUDSTACK_KEY="<your api key>"
export CLOUDSTACK_SECRET="<your secret>"
export CLOUDSTACK_ENDPOINT="https://api.exoscale.com/compute"