aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorStuart McLaren <stuart.mclaren@hp.com>2014-04-03 16:30:24 +0000
committerStuart McLaren <stuart.mclaren@hp.com>2014-05-20 16:03:17 +0000
commitf115403984f6c6cfa15ed10e4d8ea4c167e6e9ca (patch)
tree51d3f8cc598421ac2554e3d353414380e8a8085a /overcloud-source.yaml
parent46748fdffb57960be79971b6466cc739e052591a (diff)
ssl: Add support for a CA Certificate
Add SSLCACertificate to the overcloud yaml. This allows a CA certificate to be specified in cases where the Cert does not come from a CA in the system bundle. Partially implements: blueprint tripleo-ssl-overcloud Full set of blueprint changes: https://review.openstack.org/#/c/85098 https://review.openstack.org/#/c/85099 https://review.openstack.org/#/c/85100 Change-Id: I67d7c1362df323762023be5c74fbe75b1583570c
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index cf1eecda..f3bf1540 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -587,6 +587,7 @@ Resources:
input_values:
ssl_certificate: {Ref: SSLCertificate}
ssl_key: {Ref: SSLKey}
+ ssl_ca_certificate: {Ref: SSLCACertificate}
controller0Passthrough:
Type: OS::Heat::StructuredDeployment
Properties: