summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2021-06-09 11:57:32 +0100
committerStephen Finucane <sfinucan@redhat.com>2021-06-10 11:21:25 +0100
commit7f66dfe0e3e8720e847211494c185d7d4983ba5b (patch)
tree805730953147f979d752398b57f0dfb48003b85b /releasenotes
parent34de2d3352aaef5c1bb86a5441cc8781e03b5587 (diff)
downloadpython-openstackclient-7f66dfe0e3e8720e847211494c185d7d4983ba5b.tar.gz
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>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-missing-volume-backup-opts-b9246aded87427ce.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/releasenotes/notes/add-missing-volume-backup-opts-b9246aded87427ce.yaml b/releasenotes/notes/add-missing-volume-backup-opts-b9246aded87427ce.yaml
index 883cb0d5..f3b8bbc3 100644
--- a/releasenotes/notes/add-missing-volume-backup-opts-b9246aded87427ce.yaml
+++ b/releasenotes/notes/add-missing-volume-backup-opts-b9246aded87427ce.yaml
@@ -6,8 +6,12 @@ features:
non-incremental backup, set a metadata property on the created backup, and
set an availability zone on the created backup, respectively.
- |
- Add ``--property`` option the ``volume backup set`` command to set a
- metadata property on an existing backup.
+ 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``