Re: [openstack-dev] [nova] Updating 'scheduled_at' field of nova instances in the database.

2015-03-24 Thread Deepthi Dharwar
On 03/24/2015 12:09 PM, Deepak Shetty wrote: > > > On Tue, Mar 24, 2015 at 11:57 AM, Deepak Shetty <mailto:dpkshe...@gmail.com>> wrote: > > > > On Tue, Mar 24, 2015 at 10:58 AM, Deepthi Dharwar > mailto:deep...@linux.vnet.ibm.com>> wrote: &

Re: [openstack-dev] [nova] Updating 'scheduled_at' field of nova instances in the database.

2015-03-23 Thread Deepthi Dharwar
On 03/23/2015 09:00 PM, Jay Pipes wrote: > On Mon, Mar 23, 2015 at 11:18:28AM +0530, Deepthi Dharwar wrote: >> All the VM information is stored in the instances table. >> This includes all the time related field like scheduled_at, launched_at etc. >> >> After upgrad

[openstack-dev] [nova] Updating 'scheduled_at' field of nova instances in the database.

2015-03-22 Thread Deepthi Dharwar
All the VM information is stored in the instances table. This includes all the time related field like scheduled_at, launched_at etc. After upgrading to Juno, I have noticed that my 'scheduled_at' field is not getting reflected at all in the database. I do see my VMs being spawned and running jus