CloudStack: Fix typos in the Guide (#43303)

(cherry picked from commit d94cc3568a)
pull/43532/merge
Yanis Guenane 6 years ago committed by Matt Clay
parent 1b2d7571a7
commit decbe2acd8

@ -94,12 +94,12 @@ If you use more than one CloudStack region, you can define as many sections as y
key = api key
secret = api secret
[exmaple_cloud_one]
[example_cloud_one]
endpoint = https://cloud-one.example.com/client/api
key = api key
secret = api secret
[exmaple_cloud_two]
[example_cloud_two]
endpoint = https://cloud-two.example.com/client/api
key = api key
secret = api secret
@ -127,8 +127,8 @@ Or by looping over a regions list if you want to do the task in every region:
api_region: "{{ item }}"
loop:
- exoscale
- exmaple_cloud_one
- exmaple_cloud_two
- example_cloud_one
- example_cloud_two
Environment Variables
`````````````````````

Loading…
Cancel
Save