Fix the port for Panko API in devstack

The port used for Panko in devstack is conflicts with Trove[1].
The 8777 port has been occupied by ceilometer. So set the panko
api port to 8977.

[1]https://github.com/openstack/trove/blob/master/devstack/plugin.sh#L61

Change-Id: If6621a6bd1c6a5486d85ee33ec0760c8bbe1f860
Closes-Bug: #1696613
This commit is contained in:
ZhongShengping 2017-06-08 09:10:53 +08:00
parent 466dc83b0c
commit 0bbaa20089
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ PANKO_BACKEND=${PANKO_BACKEND:-mysql}
# Panko connection info.
PANKO_SERVICE_PROTOCOL=http
PANKO_SERVICE_HOST=$SERVICE_HOST
PANKO_SERVICE_PORT=${PANKO_SERVICE_PORT:-8779}
PANKO_SERVICE_PORT=${PANKO_SERVICE_PORT:-8977}
# PANKO_DEPLOY defines how Panko is deployed, allowed values:
# - mod_wsgi: Run Panko under Apache HTTPd mod_wsgi