2b29ca6183
* Provide entry point for Heat Metadata to drive os-refresh-config * Use os-config-applier for configuring heat cfn tools Change-Id: Ie38b932173948f1e7c414c48caa1b037916bef84
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
{{#heat.refresh}}
|
|
[os-refresh-config-{{resource}}]
|
|
triggers=post.add,post.delete.post.update
|
|
path=Resources.{{resource}}.Metadata
|
|
action=os-refresh-config
|
|
runas=root
|
|
|
|
{{/heat.refresh}}
|