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:
parent
cf67244052
commit
ff598b27e1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user