Comment 2 for bug 1712025

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

Reviewed: https://review.openstack.org/494445
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=c6c24eda59f8203f112125a4d1c073158576dd6b
Submitter: Jenkins
Branch: master

commit c6c24eda59f8203f112125a4d1c073158576dd6b
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