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 /puppet/extraconfig/tls | |
parent | fd9208025eae0304fa5b6936749fbee96cf9b814 (diff) | |
parent | 1733d74392b0cc8f3577da68fbb5eb6165802c37 (diff) |
Merge "Set the name property for all deployment resources"
Diffstat (limited to 'puppet/extraconfig/tls')
-rw-r--r-- | puppet/extraconfig/tls/ca-inject.yaml | 1 | ||||
-rw-r--r-- | puppet/extraconfig/tls/tls-cert-inject.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/puppet/extraconfig/tls/ca-inject.yaml b/puppet/extraconfig/tls/ca-inject.yaml index 7e34f071..5a36e951 100644 --- a/puppet/extraconfig/tls/ca-inject.yaml +++ b/puppet/extraconfig/tls/ca-inject.yaml @@ -53,6 +53,7 @@ resources: CADeployment: type: OS::Heat::SoftwareDeployment properties: + name: CADeployment config: {get_resource: CAConfig} server: {get_param: server} input_values: diff --git a/puppet/extraconfig/tls/tls-cert-inject.yaml b/puppet/extraconfig/tls/tls-cert-inject.yaml index ce524ba9..20bb3737 100644 --- a/puppet/extraconfig/tls/tls-cert-inject.yaml +++ b/puppet/extraconfig/tls/tls-cert-inject.yaml @@ -67,6 +67,7 @@ resources: ControllerTLSDeployment: type: OS::Heat::SoftwareDeployment properties: + name: ControllerTLSDeployment config: {get_resource: ControllerTLSConfig} server: {get_param: server} input_values: |