Re: [Openstack] Automatically boot VM after server crash

2014-12-16 Thread mad Engineer
there is a libvirt way to do this,using "virsh autostart" or creating symlinks manually,but i don't know what its impact in an openstack environment. On Tue, Dec 16, 2014 at 2:56 PM, abhishek jain wrote: > Hi Fiorenza > > Which parameter needs to be set true? I can check that at my end. > > On T

Re: [Openstack] Automatically boot VM after server crash

2014-12-16 Thread Fiorenza Meini
Il 16/12/2014 10:26, abhishek jain ha scritto: Hi Fiorenza Which parameter needs to be set true? I can check that at my end. Hi, the parameter is this one: resume_guests_state_on_host_boot=True You can find it in nova.conf file. Regards Fiorenza _

Re: [Openstack] Automatically boot VM after server crash

2014-12-16 Thread abhishek jain
Thanks Fiorenza and Mad engineer. I'll test and let you know if any progress regarding this. On Tue, Dec 16, 2014 at 3:36 PM, Fiorenza Meini wrote: > > Il 16/12/2014 10:26, abhishek jain ha scritto: > >> Hi Fiorenza >> >> Which parameter needs to be set true? I can check that at my end. >> >> >

Re: [Openstack] Automatically boot VM after server crash

2014-12-16 Thread abhishek jain
Hi Fiorenza Which parameter needs to be set true? I can check that at my end. On Tue, Dec 16, 2014 at 1:13 PM, Fiorenza Meini wrote: > > Il 16/12/2014 07:08, abhishek jain ha scritto: > >> Hi Fiorenza >> >> I'm also able to run openstack on ubuntu server and now I'm looking to >> boot VM up au

Re: [Openstack] Automatically boot VM after server crash

2014-12-15 Thread Fiorenza Meini
Il 16/12/2014 07:08, abhishek jain ha scritto: Hi Fiorenza I'm also able to run openstack on ubuntu server and now I'm looking to boot VM up automatically,when server is rebooted. Please let me know if any procedure is to be followed for this. Hi, I found the parameter and set it to "True",

Re: [Openstack] Automatically boot VM after server crash

2014-12-15 Thread abhishek jain
Hi Fiorenza I'm also able to run openstack on ubuntu server and now I'm looking to boot VM up automatically,when server is rebooted. Please let me know if any procedure is to be followed for this. On Mon, Dec 15, 2014 at 6:49 PM, Remo Mattei wrote: > > Nova.conf > > > > Inviato da iPhone () >

Re: [Openstack] Automatically boot VM after server crash

2014-12-15 Thread Remo Mattei
Nova.conf Inviato da iPhone () > Il giorno 15/dic/2014, alle ore 08:07, Remo Mattei ha > scritto: > > Ci sono i parametri sotto nova.com > > Ciao > > Inviato da iPhone () > >> Il giorno 15/dic/2014, alle ore 06:26, Fiorenza Meini ha >> scritto: >> >> Hi, >> I have an Openstack envir

Re: [Openstack] Automatically boot VM after server crash

2014-12-15 Thread Remo Mattei
Ci sono i parametri sotto nova.com Ciao Inviato da iPhone () > Il giorno 15/dic/2014, alle ore 06:26, Fiorenza Meini ha > scritto: > > Hi, > I have an Openstack environment (Icehouse) installed on a Debian server, > which is a unique server with all services (nova, keystone, glance, > neut

[Openstack] Automatically boot VM after server crash

2014-12-15 Thread Fiorenza Meini
Hi, I have an Openstack environment (Icehouse) installed on a Debian server, which is a unique server with all services (nova, keystone, glance, neutron..). The hypervisor is KVM. I'd like to have VM booted up automatically , when server i rebooted , Is there a parameter to gain this behaviour