diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-12-03 04:30:51 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-12-03 04:30:51 +0000 |
| commit | e05c8d7bb04f477797e46e5728e93a35c104809a (patch) | |
| tree | cc46ac44bae654c3a2a5b71839a87051a6ca7800 /releasenotes | |
| parent | 2fd5ca22f642591e861d3615040feb534479b013 (diff) | |
| parent | 23ee2fd8f060ed312a84eb03c99494e8af2ffb6f (diff) | |
| download | python-openstackclient-e05c8d7bb04f477797e46e5728e93a35c104809a.tar.gz | |
Merge "Refactor "snapshot" commands"
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/rename-snapshot-commands-e0937f7143a4ef55.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/rename-snapshot-commands-e0937f7143a4ef55.yaml b/releasenotes/notes/rename-snapshot-commands-e0937f7143a4ef55.yaml new file mode 100644 index 00000000..4228207f --- /dev/null +++ b/releasenotes/notes/rename-snapshot-commands-e0937f7143a4ef55.yaml @@ -0,0 +1,8 @@ +--- +features: + - Add new commands ``volume snapshot create/delete/list/show/set/unset``. they are + used to replace the old commands ``snapshot create/delete/list/show/set/unset``. + [Blueprint `backup-snapshot-renamed-for-volume-resource <https://blueprints.launchpad.net/python-openstackclient/+spec/backup-snapshot-renamed-for-volume-resource>`_] +deprecations: + - Deprecate commands ``snapshot create/delete/list/show/set/unset``. + [Blueprint `backup-snapshot-renamed-for-volume-resource <https://blueprints.launchpad.net/python-openstackclient/+spec/backup-snapshot-renamed-for-volume-resource>`_] |
