Files
puppet-keystone/releasenotes/notes/deprecated-public_bind_host-and-public_port-90ee086ecd2b977c.yaml
Takashi Kajinami d58fcfe75e Do not set public_bind_host and public_port in eventlet section
Remove public_bind_host and public_port configured under eventlet
section as they were alrady deprecated.
Set public_endpoint from public_bind_host and public_port so that
these information can be refered by provider code to get endpoint
even if public_endpoint isn't explicitly given.

Change-Id: Ic38e41b31155a7d3a4f1f5fc606421dd525c1025
2019-09-21 10:37:15 +09:00

11 lines
418 B
YAML

---
deprecations:
- |
keystone::public_bind_host and keystone::public_port are now fully
deprecated, and don't affect the correspoiding parameters under eventlet
section.
These parameters are currently used to generate public_host only if
keystone::public_endpoint is not set. However, users should use
public_endpoint instead because this generation will be removed in
a future release.