heat/heat/engine/cfn
Steven Hardy 0d109b75d9 Allow str_replace to reference parameters/attributes
Currently a validation error occurs if you attempt to reference
via get_param or get_attr when using str_replace, however if
we avoid the explicit validation in the constructor it actually
works fine, and we already have a validation to handle any
invalid input elsewhere in the function definition.

Change-Id: Ib934f443a8b8e4f75335a9d8b992e7f86791aa45
Closes-Bug: #1539737
2016-02-03 12:22:45 +00:00
..
__init__.py Move built-in functions to separate modules 2014-02-19 00:02:01 -05:00
functions.py Allow str_replace to reference parameters/attributes 2016-02-03 12:22:45 +00:00
template.py Fix [H405] pep rule in heat/engine/cfn 2015-09-22 09:54:26 +03:00