diff options
| author | Zuul <zuul@review.opendev.org> | 2019-06-22 07:17:27 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-06-22 07:17:28 +0000 |
| commit | c20421c467872e407612e8bce85a76ef1cf9e025 (patch) | |
| tree | f0ca0920719245e5b5837e3e21787750c4ddb4d1 /doc/source/cli/backwards-incompatible.rst | |
| parent | 0bc70a344f96624afddc1ca028bd8f11aa3a657d (diff) | |
| parent | e76e10c0bac9cf87c564a7f0201df189f7cd8b52 (diff) | |
| download | python-openstackclient-c20421c467872e407612e8bce85a76ef1cf9e025.tar.gz | |
Merge "Remove deprecated volume commands and args"
Diffstat (limited to 'doc/source/cli/backwards-incompatible.rst')
| -rw-r--r-- | doc/source/cli/backwards-incompatible.rst | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/doc/source/cli/backwards-incompatible.rst b/doc/source/cli/backwards-incompatible.rst index 2bc4ae10..da956b23 100644 --- a/doc/source/cli/backwards-incompatible.rst +++ b/doc/source/cli/backwards-incompatible.rst @@ -73,12 +73,28 @@ Release 4.0 * Removed in: 4.0 * Commit: https://review.opendev.org/613644 -.. 1. Change ``volume transfer request accept`` to use new option ``--auth-key`` -.. rather than a second positional argument. +10. Remove ``backup`` commands. + Use ``volume backup`` commands instead. -.. * As of: 4.0 -.. * Remove in: <5.0> -.. * Commit: <tbd> + * Removed in: 4.0 + * Commit: https://review.opendev.org/612751 + +11. Remove ``snapshot`` commands. + Use ``volume snapshot`` commands instead. + + * Removed in: 4.0 + * Commit: https://review.opendev.org/612751 + +12. Remove ``volume create`` options ``--project``, ``--user``, ``--multi-attach``. + + * Removed in: 4.0 + * Commit: https://review.opendev.org/612751 + +13. Change ``volume transfer request accept`` to use new option ``--auth-key`` + rather than a second positional argument. + + * Removed in: 4.0 + * Commit: https://review.opendev.org/612751 Release 3.12 ------------ |
