Update Instance action's updated_at when action event updated.
When we do some operation on instances, will record some
instance action(such as 'create') in 'instance_actions' table,
and some sub-event will record(such as
compute__do_build_and_run_instance) in 'instance_actions_events'
table.
we need update the instance action's updated_at when instance
action events are created and instance action created or finished.
Reviewed: https:/ /review. openstack. org/507473 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=1a4ae60e1b4 8efb3d80cd36a28 5eda7ef5620f12
Committed: https:/
Submitter: Zuul
Branch: master
commit 1a4ae60e1b48efb 3d80cd36a285eda 7ef5620f12
Author: Yikun Jiang <email address hidden>
Date: Tue Sep 26 18:33:00 2017 +0800
Update Instance action's updated_at when action event updated.
When we do some operation on instances, will record some _do_build_ and_run_ instance) in 'instance_ actions_ events'
instance action(such as 'create') in 'instance_actions' table,
and some sub-event will record(such as
compute_
table.
we need update the instance action's updated_at when instance
action events are created and instance action created or finished.
Change-Id: I75a827b759b597 73c08ffc6b1e3e5 4d6189b5853
Closes-Bug: #1719561