From ff598b27e1f4dbc9b993d9c9360fbe06e2d2ed8c Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Thu, 31 Jan 2019 09:41:48 -0600 Subject: [PATCH] Configurable Host HTTP/HTTPS Port Binding change platform horizon to bind to port 8008 Story: 2004642 Task: 29265 Depends-On: https://review.openstack.org/#/c/634237/ Change-Id: Id6890c8e62d31225969e4c0bb23c78ccb66a3517 Signed-off-by: Tao Liu --- openstack/python-horizon/centos/files/horizon.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/python-horizon/centos/files/horizon.init b/openstack/python-horizon/centos/files/horizon.init index b0c5ad21..36f2340d 100755 --- a/openstack/python-horizon/centos/files/horizon.init +++ b/openstack/python-horizon/centos/files/horizon.init @@ -20,7 +20,7 @@ PYTHON=`which python` MANAGE="/usr/share/openstack-dashboard/manage.py" EXEC="/usr/bin/gunicorn" BIND="localhost" -PORT="8080" +PORT="8008" WORKER="eventlet" WORKERS=`grep workers /etc/openstack-dashboard/horizon-config.ini | cut -f3 -d' '` # Increased timeout to facilitate large image uploads