Merge pull request #680 from xcompass/vmware-dhcp-default-no

Change default value of dhcp for vmware template to no
This commit is contained in:
Euan Kemp 2017-05-04 17:09:17 -07:00 committed by GitHub
commit ef65081892

View File

@ -49,7 +49,7 @@
<Description>MAC for network interface 0</Description> <Description>MAC for network interface 0</Description>
</Property> </Property>
<Property ovf:userConfigurable="true" ovf:type="string" <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> <Label>DHCP support for network interface 0</Label>
<Description>DHCP support for network interface 0</Description> <Description>DHCP support for network interface 0</Description>
</Property> </Property>