summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-02-17 15:20:36 +0800
committerTang Chen <chen.tang@easystack.cn>2016-02-27 03:47:57 +0800
commit859bfaf8757086c8607c1520c8018ab20e91a3ac (patch)
tree653ff6662c65366c92a8b41b16201d7bc0d49c1e /doc
parentf37eda3a27dc88d3186d21eca328cca086ee3647 (diff)
downloadpython-openstackclient-859bfaf8757086c8607c1520c8018ab20e91a3ac.tar.gz
Make SetSecurityGroup inherit from cliff.Command
set/unset comamnd classes should inherit from cliff.Command class. Change-Id: Ie28711ac8823dc9eb13cf83877864ca436b928bc Partial-Bug: 1546065
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 51526419..752f52e3 100644
--- a/doc/source/backwards-incompatible.rst
+++ b/doc/source/backwards-incompatible.rst
@@ -126,6 +126,18 @@ List of Backwards Incompatible Changes
* Bug: https://bugs.launchpad.net/python-openstackclient/+bug/1546065
* Commit: https://review.openstack.org/#/c/280663/
+10. `security group set` commands will no longer return the modified resource
+
+ Previously, modifying a security group would result in the new security group
+ 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/281087/
+
For Developers
==============