python-openstackclient/releasenotes/notes/support-icmp-type-code-zero-cbef0a36db2b8123.yaml
gvrangan 221b7052ab 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>
2017-09-26 21:00:14 +00:00

6 lines
205 B
YAML

---
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>`_]