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 <tao.liu@windriver.com>
This commit is contained in:
Tao Liu 2019-01-31 09:41:48 -06:00
parent cf67244052
commit ff598b27e1
1 changed files with 1 additions and 1 deletions

View File

@ -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