From 93b42baf5181cf7ee75d74581e678ba87ea4b2d7 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Fri, 9 Jun 2017 11:47:50 -0500 Subject: 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 --- puppet/services/horizon.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'puppet/services') 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'] -- cgit 1.2.3-korg