Comment 1 for bug 1477629

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

Reviewed: https://review.openstack.org/205306
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=e6706f252642e52dd9de556b92edb769afa57868
Submitter: Jenkins
Branch: master

commit e6706f252642e52dd9de556b92edb769afa57868
Author: Dean Troyer <email address hidden>
Date: Thu Jul 23 15:08:52 2015 -0500

    Properly handle port arguments for ICMP

    The Compute API requires 'from_port' and 'to_port' to be -1 for
    ICMP security group rules. It happily accepts them empty or None
    but the resulting rules do not work. So we force the values for
    ICMP rules.

    Closes-bug: #1477629
    Change-Id: Iba57211014caca16be7c9a28d15d4db2a6c51b8d