summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-03-01 08:29:03 +0000
committerGerrit Code Review <review@openstack.org>2016-03-01 08:29:04 +0000
commitd91e104670c98364db5311a01d684eb701d4656b (patch)
treea3bb93ea7007f6fe963185ff4299c0622971e7b2 /doc/source
parent53812170fe5b171531143115c5ef8c272e2b6699 (diff)
parentba826fa04fd5f16658da0319f34e26f14d7716d2 (diff)
downloadpython-openstackclient-d91e104670c98364db5311a01d684eb701d4656b.tar.gz
Merge "Make SetAggregate inherit from cliff.Command"
Diffstat (limited to 'doc/source')
-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 76a3b951..bb2b0bdd 100644
--- a/doc/source/backwards-incompatible.rst
+++ b/doc/source/backwards-incompatible.rst
@@ -150,6 +150,18 @@ List of Backwards Incompatible Changes
* Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1546065
* Commit: https://review.openstack.org/#/c/281088/
+13. `aggregate set` commands will no longer return the modified resource
+
+ Previously, modifying an aggregate would result in the new aggregate 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: https://bugs.launchpad.net/python-openstackclient/+bug/1546065
+ * Commit: https://review.openstack.org/#/c/281089/
+
For Developers
==============