204a582099
Fix a bug that prevented these working. A unit test and documentation for the nested environment functionality is also included. Change-Id: I2d4aeb584eb624178d601cfd6bc0a6473cb5289f
11 lines
448 B
YAML
11 lines
448 B
YAML
# ********************************************************************************
|
|
# DEPRECATED: Use tripleo-heat-templates/environments/ssl/inject-trust-anchor.yaml
|
|
# instead.
|
|
# ********************************************************************************
|
|
parameter_defaults:
|
|
SSLRootCertificate: |
|
|
The contents of your root CA certificate go here
|
|
|
|
resource_registry:
|
|
OS::TripleO::NodeTLSCAData: ../puppet/extraconfig/tls/ca-inject.yaml
|