7ca9349b09
Following up on [1]. The 3 variables are only introducing noise after we removed the reliance on Keystone's admin port. [1] I5099b08953789b280c915a6b7a22bdd4e3404076 Change-Id: I3f9dab93042799eda9174257e604fd1844684c1c
17 lines
711 B
YAML
17 lines
711 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Variables ``keystone_admin_port``, ``keystone_admin_url`` and
|
|
``admin_protocol`` are deprecated for removal after Zed.
|
|
upgrade:
|
|
- |
|
|
Keystone's admin interface no longer points to a separate port.
|
|
On upgrade, the port is preserved to maintain the intermediate
|
|
compatibility. Users are advised to run the deploy and post-deploy
|
|
commands afterwards to ensure port's cleanup.
|
|
For more information, please refer to the docs.
|
|
Please note that the relevant variables ``keystone_admin_port``,
|
|
``keystone_admin_url`` and ``admin_protocol`` are no longer used
|
|
and are deprecated for removal after Zed. Please cease their usage
|
|
in your customisations.
|