summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-02-17 14:39:57 +0800
committerTang Chen <chen.tang@easystack.cn>2016-02-27 03:48:11 +0800
commit9c91c1df4147cbd277c3384b0c648a6069c5f723 (patch)
tree8c118f32304470c3e9856f26eb0c42739f36dae4 /doc/source
parent859bfaf8757086c8607c1520c8018ab20e91a3ac (diff)
downloadpython-openstackclient-9c91c1df4147cbd277c3384b0c648a6069c5f723.tar.gz
Make SetAgent inherit from cliff.Command
set/unset command classes should inherit from cliff.Command class. Also, this patch adds functional tests for compute agent. Change-Id: I25eafffd1167f82aa0d430628c22dee7516b1e19 Partial-Bug: 1546065
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 752f52e3..76a3b951 100644
--- a/doc/source/backwards-incompatible.rst
+++ b/doc/source/backwards-incompatible.rst
@@ -138,6 +138,18 @@ List of Backwards Incompatible Changes
* Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1546065
* Commit: https://review.openstack.org/#/c/281087/
+11. `compute agent set` commands will no longer return the modified resource
+
+ Previously, modifying an agent would result in the new agent 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/281088/
+
For Developers
==============