CloudStack: Fix typos in the Guide (#43303)

pull/42610/merge
Yanis Guenane 8 years ago committed by Sam Doran
parent e43d4ac512
commit d94cc3568a

@ -94,12 +94,12 @@ If you use more than one CloudStack region, you can define as many sections as y
key = api key key = api key
secret = api secret secret = api secret
[exmaple_cloud_one] [example_cloud_one]
endpoint = https://cloud-one.example.com/client/api endpoint = https://cloud-one.example.com/client/api
key = api key key = api key
secret = api secret secret = api secret
[exmaple_cloud_two] [example_cloud_two]
endpoint = https://cloud-two.example.com/client/api endpoint = https://cloud-two.example.com/client/api
key = api key key = api key
secret = api secret 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 }}" api_region: "{{ item }}"
loop: loop:
- exoscale - exoscale
- exmaple_cloud_one - example_cloud_one
- exmaple_cloud_two - example_cloud_two
Environment Variables Environment Variables
````````````````````` `````````````````````

Loading…
Cancel
Save