Remove add_listen: false from Horizon hieradata
authorBen Nemec <bnemec@redhat.com>
Fri, 9 Jun 2017 16:47:50 +0000 (11:47 -0500)
committerBen Nemec <bnemec@redhat.com>
Tue, 20 Jun 2017 16:42:45 +0000 (11:42 -0500)
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

index 092d072..1f97b8b 100644 (file)
@@ -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']