diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-06-13 21:32:04 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-06-13 21:32:04 +0000 |
commit | 2dcad460b39f4fef7cc22f30adcb34abde48678f (patch) | |
tree | db470f29ee959e3679d18ae083bbbb09e0f79f9e /environments | |
parent | 6674bd958770fa125a9a6928afd2a5ebf558c446 (diff) | |
parent | d8c0c33012d9a75e980f9f6cef59367594258af9 (diff) |
Merge "Change HorizonSecureCookies default to False"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/enable-tls.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml index 39ded654..481459cb 100644 --- a/environments/enable-tls.yaml +++ b/environments/enable-tls.yaml @@ -2,6 +2,7 @@ # For these values to take effect, one of the tls-endpoints-*.yaml environments # must also be used. parameter_defaults: + HorizonSecureCookies: True SSLCertificate: | The contents of your certificate go here SSLIntermediateCertificate: '' |