diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-01-18 23:16:15 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-01-18 23:16:15 +0000 |
commit | 795e4290dd6b12a8f4b7c6932a3777a036195081 (patch) | |
tree | ced95c3bdd98558a7e45ad2ee76305ed71fe9fd8 /extraconfig/post_deploy/example.yaml | |
parent | fd9208025eae0304fa5b6936749fbee96cf9b814 (diff) | |
parent | 1733d74392b0cc8f3577da68fbb5eb6165802c37 (diff) |
Merge "Set the name property for all deployment resources"
Diffstat (limited to 'extraconfig/post_deploy/example.yaml')
-rw-r--r-- | extraconfig/post_deploy/example.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extraconfig/post_deploy/example.yaml b/extraconfig/post_deploy/example.yaml index 1d3dca25..f83dff76 100644 --- a/extraconfig/post_deploy/example.yaml +++ b/extraconfig/post_deploy/example.yaml @@ -22,6 +22,7 @@ resources: ExtraDeployments: type: OS::Heat::SoftwareDeployments properties: + name: ExtraDeployments servers: {get_param: servers} config: {get_resource: ExtraConfig} actions: ['CREATE'] # Only do this on CREATE |