diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-02-29 18:37:44 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-02-29 18:37:44 +0000 |
| commit | 8a3fc6c34368079d6c79cfc236c68ee8d1cb1ef4 (patch) | |
| tree | c30523bea1cc19376fbf18c38eb67a64e433aaaa /doc/source | |
| parent | 60345b79331eab9773ea1c9421b5fd6a4d495988 (diff) | |
| parent | f37eda3a27dc88d3186d21eca328cca086ee3647 (diff) | |
| download | python-openstackclient-8a3fc6c34368079d6c79cfc236c68ee8d1cb1ef4.tar.gz | |
Merge "Make SetFlavor and UnsetFlavor inherit from cliff.Command"
Diffstat (limited to 'doc/source')
| -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 ============== |
