File: nova-compute-rbd-libvirt-secret-2c78325557a27411.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 521 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
---
upgrade:
  - |
    If you are setting ``libvirt_rbd_secret_uuid`` in the ``nova::compute::rbd``
    class you MUST now set ``libvirt_rbd_secret_key`` as well if the
    ``manage_libvirt_secret`` parameters is set to true (the default) because
    the ``rbd_keyring`` parameter is deprecated and has no effect, we no longer
    get the Ceph authx key automatically if ``libvirt_rbd_secret_key`` is not set.
deprecations:
  - |
    The ``nova::compute::rbd::rbd_keyring`` parameter is deprecated and has
    no effect.