Comment 4 for bug 1429036

Revision history for this message
Steve Baker (steve-stevebaker) wrote :

The fix will be to make resolve_template_get_files[1] be aware that it is evaluating an OS::Heat::Stack template property so that it sets file_is_template=True on the call to get_file_contents[2].

[1] https://github.com/openstack/python-heatclient/blob/master/heatclient/common/template_utils.py#L76
[2] https://github.com/openstack/python-heatclient/blob/master/heatclient/common/template_utils.py#L109