Change default case nic in post_install_network_config_fuel

Removes long wait times in centos on first boot when devices are left
 in DHCP mode and have to wait for timeout.

Resolves-bug #1260879

Change-Id: Iaf4f2fa55ba96cc9298cad02a67e2309c74e9cb6
This commit is contained in:
Andrew Woodward 2013-12-13 15:35:39 -08:00
parent 912a1c77d0
commit 0cbfaa06b2
1 changed files with 2 additions and 2 deletions

View File

@ -238,8 +238,8 @@ echo "IPV6_DEFAULTGW=$ipv6_default_gateway" >> $devfile
#end if
#end if
#else
## this is a DHCP interface, much less work to do
echo "BOOTPROTO=dhcp" >> $devfile
## this is an unassigned interface, much less work to do
echo "BOOTPROTO=none" >> $devfile
#end if
## ===================================================================
## VLAN configuration