Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 524 Bytes

cloud-cloudstack.md

File metadata and controls

11 lines (8 loc) · 524 Bytes

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"