
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
11 lines
418 B
YAML
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.
|