When adding ICMP rule, the type/code is being validated as from/to ports
Bug #997669 reported by
Tihomir Trifonov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
High
|
Tihomir Trifonov | ||
Essex |
Fix Released
|
High
|
Unassigned | ||
horizon (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Under Security groups, when adding an ICMP rule, the type/code values are being validated as from/to ports:
if to_port < from_port:
msg = _('The "to" port number must be greater than or equal to '
raise ValidationError
This logic is not applicable for ICMP and should be skipped.
Also the forms renders as a TCP Rule after the error, and switches the field labels.
Changed in horizon: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Nebula (nebula) |
milestone: | none → folsom-1 |
Changed in horizon: | |
milestone: | folsom-1 → folsom-2 |
Changed in horizon: | |
status: | Fix Committed → Fix Released |
tags: | added: essex-backport |
Changed in horizon (Ubuntu Quantal): | |
status: | New → Fix Released |
Changed in horizon (Ubuntu Precise): | |
status: | New → Confirmed |
Changed in horizon: | |
milestone: | folsom-2 → 2012.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/8446
Review: https:/