File: remove-deprecated-pki-9a1c242be81e5104.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 (19 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
upgrade:
  - |
    The deprecated params keystone::enable_pki_setup, signing_certfile,
    signing_keyfile, signing_ca_certs, signing_ca_key, signing_cert_subject
    and signing_key_size is now removed.
deprecations:
  - |
    The keystone::cache_dir parameter is now deprecated and will be removed
    in a future release. It has no effect since it was only related to PKI
    which is removed.
  - |
    The parameter keystone::resource::authtoken::check_revocations_for_cached
    is deprecated and will be removed in a future release. It was related
    to PKI which is removed.
  - |
    The parameter keystone::resource::authtoken::hash_algorithms is deprecated
    and will be removed in a future release. It was related to PKI which is
    removed.