Horizon running in newer django, the fields is now not sorted correctly.
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| OpenStack Dashboard (Horizon) |
Fix Released
|
High
|
Timur Sufiev | ||
| Kilo |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
Create User form has wrong order of fields.
Correct order : "name", "email", "password", "confirm_password", "project", "role".
Current order : "password", "confirm_password", "name", "email", "project", "role".
this becomes the cause for integration test(test_
Traceback (most recent call last):
/opt/stack/
self.assertTrue
File"/opt/
raise self.failureExc
AssertionError: False is not true
Can be seen both on latest devstack, or gate-horizon-
| description: | updated |
| Changed in horizon: | |
| status: | New → Confirmed |
| Changed in horizon: | |
| importance: | Undecided → High |
| milestone: | none → liberty-1 |
| Changed in horizon: | |
| status: | Fix Committed → Fix Released |
| Changed in horizon: | |
| milestone: | liberty-1 → 8.0.0 |

Fix proposed to branch: master /review. openstack. org/191784
Review: https:/