Set the DHCP timeout to 120 seconds during virtual machine installation.
Some users failed to run devstack, due to a low DHCP timeout setting.
The default value is 60 seconds. This change sets the value to 120 secs,
that should give enough time for most people.
Change-Id: I15fde45ed0d005c1a8621134eee6c3c338b5be5d
| ... | ... |
@@ -34,7 +34,7 @@ d-i netcfg/choose_interface select auto |
| 34 | 34 |
|
| 35 | 35 |
# If you have a slow dhcp server and the installer times out waiting for |
| 36 | 36 |
# it, this might be useful. |
| 37 |
-#d-i netcfg/dhcp_timeout string 60 |
|
| 37 |
+d-i netcfg/dhcp_timeout string 120 |
|
| 38 | 38 |
|
| 39 | 39 |
# If you prefer to configure the network manually, uncomment this line and |
| 40 | 40 |
# the static network configuration below. |