diff options
author | Clint Byrum <clint@fewbar.com> | 2013-09-25 11:15:59 -0700 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-09-30 09:04:07 -0700 |
commit | 69f1dcc7cb1f881b9df0d0c5ac0c34627bc1d775 (patch) | |
tree | ce25b4876111d47dda946d54a7cbdd46fafbcac5 /examples/source2_lib_result.yaml | |
parent | faa7cfbb196f399a41f337d2b21984f9184ed1b5 (diff) |
Add recursive whole-file __include__ tag
We can now merge an entire file with minimal effort.
Change-Id: If86657fb9f9cca0f048c9e01100a3667597a6596
Diffstat (limited to 'examples/source2_lib_result.yaml')
-rw-r--r-- | examples/source2_lib_result.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/source2_lib_result.yaml b/examples/source2_lib_result.yaml new file mode 100644 index 00000000..d4b19768 --- /dev/null +++ b/examples/source2_lib_result.yaml @@ -0,0 +1,16 @@ +Description: examples/source2.yaml +HeatTemplateFormatVersion: '2012-12-12' +Parameters: + GenericBImage: + Type: String + ImportantValue: + Default: a_default + Type: String +Resources: + GenericB: + Metadata: + my_meta: Foo + Properties: + image: + Ref: GenericBImage + Type: OS::Nova::Server |