diff options
author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-08-16 10:52:26 +0800 |
---|---|---|
committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-09-22 13:55:12 +0800 |
commit | ddf84429f297b34ce7067250d834ea897e37f37c (patch) | |
tree | 2a10b2f1b65b9f8b4ae595553039871064916c18 /releasenotes/notes/bug-1613261-290a64080fead6c0.yaml | |
parent | 69c4f605ecce597af3a574d2f7c27c1dbaa17989 (diff) | |
download | python-openstackclient-ddf84429f297b34ce7067250d834ea897e37f37c.tar.gz |
Add "volume backup set" command in volume v2
Add "volume backup set" command in volume v2 (v2 only)
to set backup name, description and state
Change-Id: If17e8457db9a4704fb5bb9c75921ed82fd0069cf
Closes-Bug: #1613261
Diffstat (limited to 'releasenotes/notes/bug-1613261-290a64080fead6c0.yaml')
-rw-r--r-- | releasenotes/notes/bug-1613261-290a64080fead6c0.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1613261-290a64080fead6c0.yaml b/releasenotes/notes/bug-1613261-290a64080fead6c0.yaml new file mode 100644 index 00000000..7d239be3 --- /dev/null +++ b/releasenotes/notes/bug-1613261-290a64080fead6c0.yaml @@ -0,0 +1,4 @@ +--- +features: + - Add ``volume backup set`` commands in volume v2. + [Bug `1613261 <https://bugs.launchpad.net/python-openstackclient/+bug/1613261>`_] |