diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-12-19 07:41:31 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-12-19 07:41:31 +0000 |
commit | 6111d9ccf5719be6efa13b8a3aa306ed3e291ce7 (patch) | |
tree | 10aae4b421821a98e6d407c96957dd4f013d75a5 /puppet/services | |
parent | d78e6c28221b1940ce21532860d8d67833aa5502 (diff) | |
parent | db31ff5e5ac0cf05261eeb3a9b17764eb8e6dab6 (diff) |
Merge "Enable SECURE_PROXY_SSL_HEADER option for horizon"
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/horizon.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/horizon.yaml b/puppet/services/horizon.yaml index 8eaf4044..e59dc202 100644 --- a/puppet/services/horizon.yaml +++ b/puppet/services/horizon.yaml @@ -58,6 +58,7 @@ outputs: dport: - 80 - 443 + horizon::enable_secure_proxy_ssl_header: true horizon::disable_password_reveal: true horizon::enforce_password_check: true horizon::cache_backend: django.core.cache.backends.memcached.MemcachedCache |