Change default value of dhcp for vmware template to no

When OVA template is not being used, the default dhcp value yes will
trigger cloud-init to generate a 00-.network file, which will break
network connectivity Intermittently. Please see the details here:
https://github.com/coreos/bugs/issues/1802#issuecomment-297847614
This commit is contained in:
Pan Luo 2017-05-04 09:30:55 -07:00
parent 174bddc27e
commit 234ae23443
No known key found for this signature in database
GPG Key ID: AD11D35AAC25FB6A

View File

@ -49,7 +49,7 @@
<Description>MAC for network interface 0</Description>
</Property>
<Property ovf:userConfigurable="true" ovf:type="string"
ovf:key="guestinfo.interface.0.dhcp" ovf:value="yes">
ovf:key="guestinfo.interface.0.dhcp" ovf:value="no">
<Label>DHCP support for network interface 0</Label>
<Description>DHCP support for network interface 0</Description>
</Property>