<html><body bgcolor="#FFFFFF">
<p><font size="2" face="sans-serif">whether following variables fit for your purpose? guess you want to override the value through boot command?</font><br>
<br>
<font size="2" face="sans-serif">cfg.IntOpt("reboot_timeout",</font><br>
<font size="2" face="sans-serif">               default=0,</font><br>
<font size="2" face="sans-serif">               help="Automatically hard reboot an instance if it has been "</font><br>
<font size="2" face="sans-serif">                    "stuck in a rebooting state longer than N seconds. "</font><br>
<font size="2" face="sans-serif">                    "Set to 0 to disable."),</font><br>
<font size="2" face="sans-serif">    cfg.IntOpt("instance_build_timeout",</font><br>
<font size="2" face="sans-serif">               default=0,</font><br>
<font size="2" face="sans-serif">               help="Amount of time in seconds an instance can be in BUILD "</font><br>
<font size="2" face="sans-serif">                    "before going into ERROR status."</font><br>
<font size="2" face="sans-serif">                    "Set to 0 to disable."),</font><br>
<br>
<font size="2" face="sans-serif">Best Regards! <br>
<br>
Kevin (Chen) Ji 纪 晨<br>
<br>
Engineer, zVM Development, CSTL<br>
Notes: Chen CH Ji/China/IBM@IBMCN   Internet: jichenjc@cn.ibm.com<br>
Phone: +86-10-82454158<br>
Address: 3/F Ring Building, ZhongGuanCun Software Park, Haidian District, Beijing 100193, PRC </font><br>
<br>
<img width="16" height="16" src="cid:1__=C7BBF7C8DFA59C528f9e8a93df938@cn.ibm.com" border="0" alt="Inactive hide details for Angelo Matarazzo ---09/22/2014 05:30:35 PM---Hi all, I need to add the option rebootTimeout when the "><font size="2" color="#424282" face="sans-serif">Angelo Matarazzo ---09/22/2014 05:30:35 PM---Hi all, I need to add the option rebootTimeout when the instance boots.</font><br>
<br>
<font size="1" color="#5F5F5F" face="sans-serif">From:      </font><font size="1" face="sans-serif">Angelo Matarazzo <angelo.matarazzo@dektech.com.au></font><br>
<font size="1" color="#5F5F5F" face="sans-serif">To:        </font><font size="1" face="sans-serif">openstack-dev@lists.openstack.org</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Date:      </font><font size="1" face="sans-serif">09/22/2014 05:30 PM</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Subject:   </font><font size="1" face="sans-serif">[openstack-dev] [nova] libvirt boot parameters</font><br>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<font size="3" face="serif">Hi all,<br>
I need to add the option rebootTimeout when the instance boots.</font>
<p><font size="3" face="Liberation Sans">If you use the </font><font size="3" face="Liberation Sans"><b>qemu-kvm</b></font><font size="3" face="Liberation Sans">, boot parameter </font><font size="3" face="DejaVu Sans Mono"><b><i>reboot-timeout</i></b></font><font size="3" face="Liberation Sans"> allows  a virtual machine to retry booting if no bootable device is found:<br>
</font><font size="3" face="Liberation Sans"><b><i><br>
# qemu-kvm --boot reboot-timeout=1000</i></b></font><br>
<font size="2" face="serif"><br>
Ref: </font><a href="https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6-Beta/html-single/Virtualization_Host_Configuration_and_Guest_Installation_Guide/index.html"><font size="2" color="#0000FF" face="serif"><u>https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6-Beta/html-single/Virtualization_Host_Configuration_and_Guest_Installation_Guide/index.html</u></font></a><font size="3" face="serif"><br>
<br>
In Openstack a new boot parameter should be entered into Libvirt XML attributes where required:</font><tt><font size="2" color="#1F497D"><br>
</font></tt><font size="2" face="serif"><br>
<bios rebootTimeout=5000 /> under the <os> in the libvirt.xml file.</font><font size="3" face="serif"><br>
<br>
My idea is to add an option to nova boot command changing  (nova API, nova base,python-novaclient) but I would like to know what you think about that? <br>
<br>
Thank you beforehand<br>
Angelo<br>
</font><tt><font size="2">_______________________________________________<br>
OpenStack-dev mailing list<br>
OpenStack-dev@lists.openstack.org<br>
</font></tt><tt><font size="2"><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a></font></tt><tt><font size="2"><br>
</font></tt><br>
</body></html>