]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : WaitConditionHandle use creation time for timestamp
authorSteven Hardy <shardy@redhat.com>
Tue, 29 Jan 2013 18:20:04 +0000 (18:20 +0000)
committerSteven Hardy <shardy@redhat.com>
Thu, 31 Jan 2013 10:28:47 +0000 (10:28 +0000)
commit01a0fa8991d35ead1dc59580e07c0059cb07fd66
tree51c6ebcb3673e6f741fcb05e04bef9c9d68371df
parent0b4ab31c3fc3383892ea15632074a0531c8615eb
heat engine : WaitConditionHandle use creation time for timestamp

Use the resource creation time for the pre-signed URL timestamp,
otherwise you get a different timestamp/signature every time you
refer to the resource, which makes things like comparing templates
for update more difficult.

Change-Id: Ieb4a6269cfcaf1214c08442db03772fdd7570d59
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/engine/resources/wait_condition.py
heat/tests/test_waitcondition.py