python-openstackclient/releasenotes/notes/add-missing-volume-backup-opts-b9246aded87427ce.yaml
Stephen Finucane 7f66dfe0e3 volume: Add more missing 'volume backup *' options
Add an additional '--no-property' option to the 'volume backup set'
command, along with a brand spanking new 'volume backup unset' command.

Change-Id: Id7ca925e0ada03e259f0ecaf3e02af11c900641e
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-06-10 11:21:25 +01:00

20 lines
836 B
YAML

---
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.