diff options
| author | Zuul <zuul@review.opendev.org> | 2021-06-21 13:20:28 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2021-06-21 13:20:28 +0000 |
| commit | a5039e77647051f4c0e4acb9a03b5cda89b5ac02 (patch) | |
| tree | 3621a4d5da8becaff911da0ac44fb1990c19b583 /releasenotes/notes | |
| parent | 3f3d8829ce27b8ed62bd61e0a47e708263edcc9c (diff) | |
| parent | 7f66dfe0e3e8720e847211494c185d7d4983ba5b (diff) | |
| download | python-openstackclient-a5039e77647051f4c0e4acb9a03b5cda89b5ac02.tar.gz | |
Merge "volume: Add more missing 'volume backup *' options"
Diffstat (limited to 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/add-missing-volume-backup-opts-b9246aded87427ce.yaml | 8 |
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`` |
