diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-09-24 12:00:39 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-10-06 20:14:54 +0000 |
| commit | 2bd82ab89258110b44135ae4cf2c4678938673d2 (patch) | |
| tree | b5f795ac145622aa0752091f077738e77759a9d6 /doc/source | |
| parent | 1afb57453387f9f81d755f23d75d583b732e2d12 (diff) | |
| download | python-openstackclient-2bd82ab89258110b44135ae4cf2c4678938673d2.tar.gz | |
image set should not show the resource
the rest of OSC set commands do not show the resource after it has
been updated. unless the update fails then we report back a failure,
otherwise the user should assume everything went fine.
Change-Id: I2bd4188450c3853b4a1bc25f80fc9450cda32bdd
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 e89cc3a6..f9f2ed44 100644 --- a/doc/source/backwards-incompatible.rst +++ b/doc/source/backwards-incompatible.rst @@ -90,6 +90,18 @@ List of Backwards Incompatible Changes * Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1453229 * Commit: https://review.openstack.org/#/c/181514/ +7. `image set` commands will no longer return the modified resource + + Previously, modifying an image would result in the new image being displayed + to the user. To keep things consistent with other `set` commands, we will + no longer be showing the modified resource. + + * In favor of: Use `set` then `show` + * As of: NA + * Removed in: NA + * Bug: NA + * Commit: NA + For Developers ============== |
