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>
</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>
@ -210,4 +210,4 @@
<vmw:Config ovf:required="false" vmw:key="tools.toolsUpgradePolicy" vmw:value="manual"/>
</VirtualHardwareSection>
</VirtualSystem>
</Envelope>
</Envelope>