aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-13 21:32:04 +0000
committerGerrit Code Review <review@openstack.org>2017-06-13 21:32:04 +0000
commit2dcad460b39f4fef7cc22f30adcb34abde48678f (patch)
treedb470f29ee959e3679d18ae083bbbb09e0f79f9e /puppet
parent6674bd958770fa125a9a6928afd2a5ebf558c446 (diff)
parentd8c0c33012d9a75e980f9f6cef59367594258af9 (diff)
Merge "Change HorizonSecureCookies default to False"
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/horizon.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/horizon.yaml b/puppet/services/horizon.yaml
index 93bced8b..092d0720 100644
--- a/puppet/services/horizon.yaml
+++ b/puppet/services/horizon.yaml
@@ -55,7 +55,7 @@ parameters:
HorizonSecureCookies:
description: Set CSRF_COOKIE_SECURE / SESSION_COOKIE_SECURE in Horizon
type: boolean
- default: true
+ default: false
MemcachedIPv6:
default: false
description: Enable IPv6 features in Memcached.