diff options
| author | Tang Chen <chen.tang@easystack.cn> | 2016-02-17 10:07:50 +0800 |
|---|---|---|
| committer | Tang Chen <chen.tang@easystack.cn> | 2016-02-27 03:46:30 +0800 |
| commit | f37eda3a27dc88d3186d21eca328cca086ee3647 (patch) | |
| tree | 141e4e197b367dcc23af2ab4e4ba5aa3dc99c46f /doc | |
| parent | b5b5fdd78ad0d191bdf07a56293fecaa43002e75 (diff) | |
| download | python-openstackclient-f37eda3a27dc88d3186d21eca328cca086ee3647.tar.gz | |
Make SetFlavor and UnsetFlavor inherit from cliff.Command
set/unset comamnd classes should inherit from cliff.Command class.
Change-Id: I54e5608ac0768d7d94b7f7d516ea1948daefdc1b
Partial-Bug: 1546065
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/backwards-incompatible.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/backwards-incompatible.rst b/doc/source/backwards-incompatible.rst index 94873c14..51526419 100644 --- a/doc/source/backwards-incompatible.rst +++ b/doc/source/backwards-incompatible.rst @@ -114,6 +114,18 @@ List of Backwards Incompatible Changes * Bug: https://launchpad.net/bugs/1506841 * Commit: https://review.openstack.org/#/c/236736/ +9. `flavor set/unset` commands will no longer return the modified resource + + Previously, modifying a flavor would result in the new flavor being displayed + to the user. To keep things consistent with other `set/unset` commands, we + will no longer be showing the modified resource. + + * In favor of: Use `set/unset` then `show` + * As of: NA + * Removed in: NA + * Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1546065 + * Commit: https://review.openstack.org/#/c/280663/ + For Developers ============== |
