mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
wrong reference in one example
us-west-1 was used in the first example instead of eu-west-1
This commit is contained in:
committed by
Catherine Luse
parent
c6846e7a70
commit
6c7a724c8d
+5
-5
@@ -32,13 +32,13 @@ cloud_provider:
|
|||||||
user: provisioner
|
user: provisioner
|
||||||
password: secret
|
password: secret
|
||||||
port: 443
|
port: 443
|
||||||
datacenters: /us-west-1
|
datacenters: /eu-west-1
|
||||||
workspace:
|
workspace:
|
||||||
server: vc.example.com
|
server: vc.example.com
|
||||||
folder: /us-west-1/folder/myvmfolder
|
folder: /eu-west-1/folder/myvmfolder
|
||||||
default-datastore: /us-west-1/datastore/ds-1
|
default-datastore: /eu-west-1/datastore/ds-1
|
||||||
datacenter: /us-west-1
|
datacenter: /eu-west-1
|
||||||
resourcepool-path: /us-west-1/host/hn1/resources/myresourcepool
|
resourcepool-path: /eu-west-1/host/hn1/resources/myresourcepool
|
||||||
|
|
||||||
```
|
```
|
||||||
# Configuration Options
|
# Configuration Options
|
||||||
|
|||||||
Reference in New Issue
Block a user