Skip to content

Commit

Permalink
Quote "VM Network", as it is the literal string juju looks for.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlanigan committed Jun 3, 2021
1 parent c3d1a4f commit f717d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/vsphere/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
Type: environschema.Tstring,
},
cfgPrimaryNetwork: {
Description: "The primary network that VMs will be connected to. If this is not specified, Juju will look for a network named VM Network.",
Description: "The primary network that VMs will be connected to. If this is not specified, Juju will look for a network named \"VM Network\".",
Type: environschema.Tstring,
},
cfgForceVMHardwareVersion: {
Expand Down

0 comments on commit f717d3e

Please sign in to comment.