Merge "Role Specific parameters for neutron-sriov-agent service"
[apex-tripleo-heat-templates.git] / environments / enable-tls.yaml
1 # Use this environment to pass in certificates for SSL deployments.
2 # For these values to take effect, one of the tls-endpoints-*.yaml environments
3 # must also be used.
4 parameter_defaults:
5   HorizonSecureCookies: True
6   SSLCertificate: |
7     The contents of your certificate go here
8   SSLIntermediateCertificate: ''
9   SSLKey: |
10     The contents of the private key go here
11
12 resource_registry:
13   OS::TripleO::NodeTLSData: ../puppet/extraconfig/tls/tls-cert-inject.yaml