Update cloud-cloudstack.md

This commit is contained in:
Jack Ivanov 2019-08-15 14:54:15 +02:00 committed by GitHub
parent 71a24a04c9
commit c3f5d704b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,10 +9,10 @@ key = <your api key>
secret = <your secret>
timeout = 30
```
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:
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]
[exoscale]
endpoint = https://api.exoscale.com/compute
key = <your api key>
secret = <your secret>