File: add-missing-volume-backup-opts-b9246aded87427ce.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (19 lines) | stat: -rw-r--r-- 836 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
---
features:
  - |
    Add ``--no-incremental``, ``--property`` and ``--availability-zone``
    options to ``volume backup create`` command, allowing users to request a
    non-incremental backup, set a metadata property on the created backup, and
    set an availability zone on the created backup, respectively.
  - |
    Add ``--property`` and ``--no-property`` options to the
    ``volume backup set`` command to set a metadata property or remove all
    metadata properties from an existing backup.
  - |
    Add new ``volume backup unset`` command to allow unsetting of properties
    from an existing volume backup.
fixes:
  - |
    The ``--name`` and ``--description`` options of the ``volume backup set``
    command will now verify the version requested on the client side.
    Previously this would fail on the server side.