Merge "Configurable Host HTTP/HTTPS Port Binding"

This commit is contained in:
Zuul 2019-02-07 19:21:16 +00:00 committed by Gerrit Code Review
commit 65e0ccf50a
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