yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #56136
[Bug 1430005] Re: Improve security rule notification message
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 <yh128t@xxxxxxx>
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
** Changed in: horizon
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1430005
Title:
Improve security rule notification message
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
If we create a rule that allow all ports to go thru, we are displaying
the following notification message (see attached image too):
Successfully added rule:
-1:-1/icmp from 0.0.0.0/0
where -1:-1 doesn't deliver useful information.
Suggest to change -1:-1 to "any port" instead.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1430005/+subscriptions
References