diff options
| author | Tang Chen <chen.tang@easystack.cn> | 2016-02-17 15:20:36 +0800 |
|---|---|---|
| committer | Tang Chen <chen.tang@easystack.cn> | 2016-02-27 03:47:57 +0800 |
| commit | 859bfaf8757086c8607c1520c8018ab20e91a3ac (patch) | |
| tree | 653ff6662c65366c92a8b41b16201d7bc0d49c1e /releasenotes | |
| parent | f37eda3a27dc88d3186d21eca328cca086ee3647 (diff) | |
| download | python-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.yaml | 2 |
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>`_] |
