summaryrefslogtreecommitdiff
path: root/releasenotes
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 /releasenotes
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 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1546065-41d09ffbd8606513.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1546065-41d09ffbd8606513.yaml b/releasenotes/notes/bug-1546065-41d09ffbd8606513.yaml
index 1d7e1266..f0c34638 100644
--- a/releasenotes/notes/bug-1546065-41d09ffbd8606513.yaml
+++ b/releasenotes/notes/bug-1546065-41d09ffbd8606513.yaml
@@ -2,3 +2,5 @@
fixes:
- Command ``flavor set/unset`` now outputs nothing.
[Bug `1546065 <https://bugs.launchpad.net/python-openstackclient/+bug/1546065>`_]
+ - Command ``security group set`` now outputs nothing.
+ [Bug `1546065 <https://bugs.launchpad.net/python-openstackclient/+bug/1546065>`_]