File: keystone-credential-setup-0971292cf1b0bde7.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 (11 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - keystone-manage can be used to setup Keystone credentials.  Disabled by default
    as long as the proper version of keystone is not in UCA.
    It has been a requirement in Keystone upstream so puppet-keystone will support the
    management of credential directory, keystone-manage credential_setup execution (can
    be enabled with enable_credential_setup boolean) and the configuration of
    credential/key_repository in keystone.conf.
    Note, if credential_keys parameter is set to a valid hash, keystone-manage won't
    be used to generate credential keys but Puppet will manage file resources for each
    key in the hash. It allows to generate the same keys in multinode environment.