File: deprecate-eventlet-server-c39f0e958d19848e.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 (17 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
deprecations:
  - |
    keystone::admin_bind_host and keystone::admin_port are deprecated and
    ignored as the correspoding options in keystone were already deprecated.
  - |
    Now keystone::admin_endpoint does not affect keystone configuration,
    as the corresponding parameter in keystone was already removed.
  - |
    keystone::public_bind_host and keystone::public_port are deprecated.
    They still works as valid hieradata to generate endpoint information
    used in keystone resource creation, but will be ignored in future.
    Use keystone::public_endpoint instead, which will be necessory option
    in the future to define public endpoint.
  - |
    keystone::admin_workers and keystone::public_workers are deprecated,
    and now are ignored.