commit 4a3fc9b07775313e9802c2e11e4f388d75731950
Author: Stan Lagun <email address hidden>
Date: Sun Sep 27 18:22:40 2015 +0300
Murano waited indefinitely for UPDATE_COMPLETE stack status
On recent Heat version last modification timestamp changes on
update start rather than finish. As a result when stack exits from
IN_PROGRESS state timestamp doesn't change any longer.
But Murano also waited for timestamp to change. As a result
Murano waited indefinitely and deployment hung.
With this change IN_PROGRESS status will no longer set
last modification timestamps. So now we will be comparing
timestamps between 2 terminal statuses rather than between
last UPDATE_IN_PROGRESS and UPDATE_COMPLETE that
now have the same timestamp.
Reviewed: https:/ /review. openstack. org/267303 /git.openstack. org/cgit/ openstack/ murano/ commit/ ?id=4a3fc9b0777 5313e9802c2e11e 4f388d75731950
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit 4a3fc9b07775313 e9802c2e11e4f38 8d75731950
Author: Stan Lagun <email address hidden>
Date: Sun Sep 27 18:22:40 2015 +0300
Murano waited indefinitely for UPDATE_COMPLETE stack status
On recent Heat version last modification timestamp changes on
update start rather than finish. As a result when stack exits from
IN_PROGRESS state timestamp doesn't change any longer.
But Murano also waited for timestamp to change. As a result
Murano waited indefinitely and deployment hung.
With this change IN_PROGRESS status will no longer set
last modification timestamps. So now we will be comparing
timestamps between 2 terminal statuses rather than between
last UPDATE_IN_PROGRESS and UPDATE_COMPLETE that
now have the same timestamp.
Change-Id: Idd933d453ef771 5e409439a53a3ba f9eaa202370
Closes-Bug: #1500200