Comment 7 for bug 1430005

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

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

commit 9a535a1f848c7813169fdd7d042a29678c554092
Author: Yosef Hoffman <email address hidden>
Date: Thu May 5 11:12:23 2016 -0400

    Improve security rule notification message

    If from_port and to_port are both "-1" then return "any port"
    instead of "-1:-1". For example, instead of
     ``ALLOW -1:-1/icmp from 0.0.0.0/0``
    return
     ``ALLOW any port/icmp from 0.0.0.0/0``

    Change-Id: I0ded50a40089406fd69c8fa869839e46eecef352
    Closes-Bug: #1430005