summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorgvrangan <venkatrangang@hcl.com>2017-09-21 06:37:10 +0530
committerDean Troyer <dtroyer@gmail.com>2017-09-26 21:00:14 +0000
commit221b7052abcefa56213a6516cecc6de9c73026d1 (patch)
tree49250ce01b86991a1a41b818a4d857d40b2f5ab0 /releasenotes
parentf88d2f53ba576734a81227410e0232616dc766f4 (diff)
downloadpython-openstackclient-221b7052abcefa56213a6516cecc6de9c73026d1.tar.gz
Support icmp-type and icmp-code to be set as zero
When icmp-type or icmp-code are set to 0, the current implementation ignores the value, this fix will allow the value to be copied and displayed Change-Id: I96133a57883d22e98fcbb9fe0328d9e050472469 Signed-off-by: gvrangan <venkatrangang@hcl.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/support-icmp-type-code-zero-cbef0a36db2b8123.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/support-icmp-type-code-zero-cbef0a36db2b8123.yaml b/releasenotes/notes/support-icmp-type-code-zero-cbef0a36db2b8123.yaml
new file mode 100644
index 00000000..c5910ddb
--- /dev/null
+++ b/releasenotes/notes/support-icmp-type-code-zero-cbef0a36db2b8123.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - Add support to set ``--icmp-type`` and ``--icmp-code`` to 0 in the
+ ``security group rule`` command.
+ [Bug `1703704 <https://bugs.launchpad.net/python-openstackclient/+bug/1703704>`_]