Files
heat/heat_integrationtests/functional
Oleksii Chuprykov a7d63111a3 Fix stack preview
Don't execute translation rule for property that contains
a GetParam function that can't be resolved at the moment.
Such situation happens when we try to resolve get_param function
that refer to parameter with None value. We receive parameter value
from parent stack, where this value is a reference to some resource
without resource_id, so this situation is legal for stack preview
and we shouldn't fail. Note, that we can reproduce this behaviour
only with resources with hidden parameters and overrided  get_resource_id
method, that returns None if resoruce creation has not been started yet.

Change-Id: Ia1097940db983721c8b5116db7ee0a2c4c45339d
Closes-Bug: #1548802
2016-03-10 18:47:40 +02:00
..
2014-10-20 16:31:09 +13:00
2016-03-10 18:47:40 +02:00
2015-12-15 11:58:01 +01:00