Re: [openstack-dev] [nova] libvirt boot parameters

2014-09-23 Thread Angelo Matarazzo
Hi, I think that this variable is useful for me cfg.IntOpt("reboot_timeout", default=0, help="Automatically hard reboot an instance if it has been " "stuck in a rebooting state longer than N seconds. " "Set to 0 to disable."), cfg.Int

Re: [openstack-dev] [nova] libvirt boot parameters

2014-09-22 Thread Eli Qiao
? 2014?09?22? 17:52, Chen CH Ji ??: whether following variables fit for your purpose? guess you want to override the value through boot command? cfg.IntOpt("reboot_timeout", default=0, help="Automatically hard reboot an instance if it has been " "stuck in

Re: [openstack-dev] [nova] libvirt boot parameters

2014-09-22 Thread Daniel P. Berrange
On Mon, Sep 22, 2014 at 11:32:57AM +0200, Angelo Matarazzo wrote: > Hi all, > I need to add the option rebootTimeout when the instance boots. > If you use the*qemu-kvm*, boot parameter/|reboot-timeout|/allows a virtual > machine to retry booting if no bootable device is found: What are the scenar

Re: [openstack-dev] [nova] libvirt boot parameters

2014-09-22 Thread Chen CH Ji
whether following variables fit for your purpose? guess you want to override the value through boot command? cfg.IntOpt("reboot_timeout", default=0, help="Automatically hard reboot an instance if it has been " "stuck in a rebooting state longer tha