X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=examples%2Fsource_lib_result.yaml;h=5844c81308fd72291ff46745dac9188f5877d3b5;hb=601cf3631f8039d13948473f03a6642d3dc9d8e9;hp=a165cabfd7879c299563b3b4c45b14c7218c7f58;hpb=0dbf2810a0ee78658c35e61dc447c5f968226cb9;p=apex-tripleo-heat-templates.git diff --git a/examples/source_lib_result.yaml b/examples/source_lib_result.yaml index a165cabf..5844c813 100644 --- a/examples/source_lib_result.yaml +++ b/examples/source_lib_result.yaml @@ -1,14 +1,14 @@ Description: examples/source.yaml HeatTemplateFormatVersion: '2012-12-12' Parameters: - AImage: null - Default: my_image - Type: String + SourceImage: + Default: my_image + Type: String Resources: A: Properties: image: - Ref: AImage + Ref: SourceImage Type: OS::Nova::Server B: Metadata: