File: deprecated-public_bind_host-and-public_port-90ee086ecd2b977c.yaml

package info (click to toggle)
puppet-module-keystone 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,428 kB
  • sloc: ruby: 9,684; pascal: 295; python: 38; makefile: 10; sh: 10
file content (10 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
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.