Comment 5 for bug 1712025

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (stable/pike)

Reviewed: https://review.openstack.org/534357
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=60a2d59c597a633daca38aaab0a357f0151d3014
Submitter: Zuul
Branch: stable/pike

commit 60a2d59c597a633daca38aaab0a357f0151d3014
Author: Akihiro Motoki <email address hidden>
Date: Thu Aug 17 08:43:44 2017 +0000

    Make icmp_type/code optional

    In Neutron API icmp_type/code are not required fields,
    so they should be optional.

    Previously we support Nova API which requires icmp_type
    and icmp_code but we dropped Nova security group API support in Pike
    and we no longer need to care it.

    Change-Id: Ie460e763928b4f50f84c38d88556df632078ba42
    Closes-Bug: #1712025
    (cherry picked from commit c6c24eda59f8203f112125a4d1c073158576dd6b)