aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2013-08-12 13:49:01 +1200
committerRobert Collins <rbtcollins@hp.com>2013-08-12 13:49:01 +1200
commit15c91d8883865ab4d798e13b73e29102f1b4fee9 (patch)
treedcb12abbc1f768b063ae52283e8364239f926335
parent61a0528543c6d2f911dd301a11d8ef4d4aa7af59 (diff)
Increase PXE deploy timeout.
Several users with slightly older hardware report the PXE deploy process aborting deploys that were progressing fine. By increasing the default PXE deploy timeout we should cater for this. A separate bug has been filed in Nova/Ironic about the timeout being too simple. Change-Id: I9e340fc7f928b32b1146ce758cda7180888d6cc9
-rw-r--r--undercloud-vm.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml
index 0b21a310..36c70bc6 100644
--- a/undercloud-vm.yaml
+++ b/undercloud-vm.yaml
@@ -1,4 +1,4 @@
-Description: All-in-one baremetal OpenStack and all dependencies.
+escription: All-in-one baremetal OpenStack and all dependencies.
HeatTemplateFormatVersion: '2012-12-12'
Parameters:
InstanceType:
@@ -86,7 +86,7 @@ Resources:
arch: i386
db: mysql://nova:unset@localhost/nova_bm
power_manager: nova.virt.baremetal.virtual_power_driver.VirtualPowerManager
- pxe_deploy_timeout: 1200
+ pxe_deploy_timeout: 2400
virtual_power:
user:
Ref: PowerUserName