diff options
author | Steve Baker <sbaker@redhat.com> | 2014-08-11 09:18:01 +1200 |
---|---|---|
committer | Steve Baker <sbaker@redhat.com> | 2014-08-13 10:53:46 +1200 |
commit | 8a99e7d461f211f43751d5c72c8dbc5d1ae05ead (patch) | |
tree | d6501865d4dedeb5019cec00db64c3fd9ead7076 /examples | |
parent | a569866c31d698f651612c0dbbe2de8ae7f73708 (diff) |
Switch to heat_template_version: 2013-05-23
To support underclouds and seeds running older than the very
latest heat.
2013-05-23 lacks function list_join, so this change reverts to
using the equivalent function Fn::Join.
Change-Id: I039f57ab39c1fcfc319a7a34265ba4fabf4ccd08
Closes-Bug: #1354305
Diffstat (limited to 'examples')
-rw-r--r-- | examples/source_hot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/source_hot.yaml b/examples/source_hot.yaml index 7b47f2b5..15314886 100644 --- a/examples/source_hot.yaml +++ b/examples/source_hot.yaml @@ -13,4 +13,4 @@ resources: Path: examples/lib_hot.yaml SubKey: resources.GenericB parameters: - ImportantValue: {list_join: [ '', ['one', 'two', 'three']]} + ImportantValue: {"Fn::Join": [ '', ['one', 'two', 'three']]} |