puppet-panko/releasenotes/notes/fix-api-port-default-871345e935f23439.yaml
ZhongShengping b33c632332 Fix the default port for Panko API
The port used for Panko in the puppet module is conflicts with Trove[1].
According to the official documentation[2] this should be 8777. The
8777 port has been occupied by ceilometer. So set the panko api port to
8977.

[1]https://github.com/openstack/trove/blob/master/etc/apache2/trove#L20
[2]https://docs.openstack.org/developer/panko/install/manual.html#installing-the-api-server

Change-Id: I53b286d1d6466b574fdb286cc45f3138f96dff59
Closes-Bug: #1691283
2017-06-08 08:32:26 +08:00

4 lines
49 B
YAML

---
fixes:
- Set the default api port to 8977.