diff options
author | James Slagle <jslagle@redhat.com> | 2017-07-17 12:00:35 -0400 |
---|---|---|
committer | James Slagle <jslagle@redhat.com> | 2017-07-17 17:17:52 -0400 |
commit | c1a4f8d810c4c472196ee17d28c449ef40ed91e8 (patch) | |
tree | d270ad76d619f9964cef42558b8e9eb12faa5cab /extraconfig/tasks/ssh/host_public_key.yaml | |
parent | 1bb56bce55845ddf0c2a0d330c46b0fd03f9036c (diff) |
Set name property on missing deployments
To be consistent with all other SoftwareDeployment's in
tripleo-heat-templates, this sets the name property on
the deployments where it was missing.
Change-Id: I8bc062d2af93acead240bd5e473ea385b2bf6cf2
Diffstat (limited to 'extraconfig/tasks/ssh/host_public_key.yaml')
-rw-r--r-- | extraconfig/tasks/ssh/host_public_key.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extraconfig/tasks/ssh/host_public_key.yaml b/extraconfig/tasks/ssh/host_public_key.yaml index 02fdbf1c..ee06f0a9 100644 --- a/extraconfig/tasks/ssh/host_public_key.yaml +++ b/extraconfig/tasks/ssh/host_public_key.yaml @@ -36,6 +36,7 @@ resources: config: {get_resource: SshHostPubKeyConfig} server: {get_param: server} actions: {get_param: deployment_actions} + name: SshHostPubKeyDeployment outputs: |