Re: [openstack-dev] [nova] How does Nova update time for compute nodes?

2014-10-07 Thread Chen CH Ji
following are code analysis, only FYI not sure fully understand the question, but I think servicegroup/drivers/db.py might be a good place to look at a timer function _report_state is called periodically ,when its updated, the field will be updated class TimestampMixin(object): created_at =

Re: [openstack-dev] [nova] How does Nova update time for compute nodes?

2014-10-07 Thread Gareth
Thanks you Chen. What I'm finding is the '_report_state' function. Your answer really helps :) On Wed, Oct 8, 2014 at 11:28 AM, Chen CH Ji jiche...@cn.ibm.com wrote: following are code analysis, only FYI not sure fully understand the question, but I think servicegroup/drivers/db.py might be