File: volume-type-encryption-api-policy-granularity-7071e45f4c7894c5.yaml

package info (click to toggle)
cinder 2%3A17.0.1-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 36,796 kB
  • sloc: python: 395,277; pascal: 2,085; sh: 585; makefile: 111; xml: 26; sql: 5
file content (16 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
upgrade:
  - |
    Add granularity to the ``volume_extension:volume_type_encryption``
    policy with the addition of distinct actions for create, get, update,
    and delete:

    - ``volume_extension:volume_type_encryption:create``
    - ``volume_extension:volume_type_encryption:get``
    - ``volume_extension:volume_type_encryption:update``
    - ``volume_extension:volume_type_encryption:delete``

    To address backwards compatibility, the new rules added to the
    volume_type.py policy file, default to the existing rule,
    ``volume_extension:volume_type_encryption``, if it is set to a
    non-default value.