summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-08 20:38:05 +0000
committerGerrit Code Review <review@openstack.org>2015-10-08 20:38:05 +0000
commit9f23f1f13fa1d36201a5441f9923219cb82be570 (patch)
tree9cd70ae434f984186dcc8d1763ad4aadae96fe94 /doc
parent72bf89cccc6c1a8ec520488f4f4b3e05b653e128 (diff)
parent2bd82ab89258110b44135ae4cf2c4678938673d2 (diff)
downloadpython-openstackclient-9f23f1f13fa1d36201a5441f9923219cb82be570.tar.gz
Merge "image set should not show the resource"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/backwards-incompatible.rst12
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
==============