wrong reference in one example

us-west-1  was used in the first example instead of eu-west-1
This commit is contained in:
Nicolas Stojanovic
2020-07-27 16:18:38 -07:00
committed by Catherine Luse
parent c6846e7a70
commit 6c7a724c8d
@@ -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
@@ -141,4 +141,4 @@ The following configuration options are available under the network directive:
| network Options | Type | Required | Description | | network Options | Type | Required | Description |
|:-------------------:|:--------:|:---------:|:-----------------------------------------------------------------------------| |:-------------------:|:--------:|:---------:|:-----------------------------------------------------------------------------|
| public-network | string | | Name of public **VM Network** to which the VMs in the cluster are connected. Used to determine public IP addresses of VMs.| | public-network | string | | Name of public **VM Network** to which the VMs in the cluster are connected. Used to determine public IP addresses of VMs.|