diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2019-05-15 22:20:25 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2019-05-19 17:06:19 -0500 |
| commit | 67dadda746759d8cf47822e6f426c473e46acc27 (patch) | |
| tree | d92f59b843b843b41c0affeedb0a056d74f610c8 /doc/source/cli/backwards-incompatible.rst | |
| parent | f9fdc296bc6f2c1f7d6196352b754a7617c4f2d2 (diff) | |
| download | python-openstackclient-67dadda746759d8cf47822e6f426c473e46acc27.tar.gz | |
Remove deprecated image commands
* Remove ``image create|set`` option ``--owner``
Change-Id: I1fabab98c8660eba6d0dd75e74544c6c9d432b9e
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
Diffstat (limited to 'doc/source/cli/backwards-incompatible.rst')
| -rw-r--r-- | doc/source/cli/backwards-incompatible.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/cli/backwards-incompatible.rst b/doc/source/cli/backwards-incompatible.rst index 51743cb2..84fa4897 100644 --- a/doc/source/cli/backwards-incompatible.rst +++ b/doc/source/cli/backwards-incompatible.rst @@ -49,6 +49,12 @@ Release 4.0 * Removed in: 4.0 * Commit: https://review.opendev.org/612798 +6. Remove ``image create|set`` option ``--owner``. + Use ``--project`` option instead. + + * Removed in: 4.0 + * Commit: https://review.opendev.org/659431 + .. 1. Change ``volume transfer request accept`` to use new option ``--auth-key`` .. rather than a second positional argument. |
