diff options
author | Ben Nemec <bnemec@redhat.com> | 2017-06-09 11:47:50 -0500 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2017-06-20 11:42:45 -0500 |
commit | 93b42baf5181cf7ee75d74581e678ba87ea4b2d7 (patch) | |
tree | 39b895caceccba26b6587af882b27db229d423a0 | |
parent | 0b4635e009afb3a62c112d44703e2b5c849d37a8 (diff) |
Remove add_listen: false from Horizon hieradata
I'm not sure why this was here, but without a Listen directive in
Apache's ports.conf Horizon is inaccessible. Removing this allows
Horizon to work again.
Change-Id: Ic221e15f188cf50b485e995035cb96f5d5960a72
Closes-Bug: 1696439
-rw-r--r-- | puppet/services/horizon.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/puppet/services/horizon.yaml b/puppet/services/horizon.yaml index 092d0720..1f97b8ba 100644 --- a/puppet/services/horizon.yaml +++ b/puppet/services/horizon.yaml @@ -89,7 +89,6 @@ outputs: horizon::cache_backend: django.core.cache.backends.memcached.MemcachedCache horizon::django_session_engine: 'django.contrib.sessions.backends.cache' horizon::vhost_extra_params: - add_listen: false priority: 10 access_log_format: '%a %l %u %t \"%r\" %>s %b \"%%{}{Referer}i\" \"%%{}{User-Agent}i\"' options: ['FollowSymLinks','MultiViews'] |