d7b8c158f9
Currently placement api uses 80 and path /placement by default but this is not consistent with the other services which use it's own port and path /. This is a prep work to change default of these two items and shows warning if users are still using old values. The new values will be consistent with ones described in installation guide[1]. [1] https://docs.openstack.org/placement/latest/install/ Change-Id: Ia4b2261bc7c85b53aabcf9c363a921a20f2d58ef
11 lines
414 B
YAML
11 lines
414 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Defaults of the following parameters will be changed in a future release.
|
|
Please set the parameter explicitly to keep the value during upgrade.
|
|
Also it is likely that endpoint parameters in ``nova::keystone::auth``
|
|
should be also updated.
|
|
|
|
- ``placement::wsgi::apache::api_port``: from ``80`` to ``8778``
|
|
- ``placement::wsgi::apache::path``: from ``/placement`` to ``/``
|