Unclear error message for soft reboot instances
Bug #1274146 reported by
Guilherme Lazzari
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Confirmed
|
Low
|
Unassigned |
Bug Description
Unclear error message for soft reboot instances in error/resize pending status.
Current message is "Error: You do not have permissions to soft reboot instance: myVM", which is confusing. Need to implement better error messages, something like "Unable to <action> intances in <status> status". For instance, Unable to soft reboot instances in error status.
Changed in horizon: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in horizon: | |
assignee: | nobody → Cindy Lu (clu-m) |
Changed in horizon: | |
assignee: | nobody → Kanchan Gupta (kanchan-gupta1) |
Changed in horizon: | |
status: | Confirmed → In Progress |
tags: | added: error-reporting |
Changed in horizon: | |
assignee: | Kanchan Gupta (kanchan-gupta1) → nobody |
status: | In Progress → Confirmed |
Changed in horizon: | |
assignee: | nobody → Adriano (dritec) |
Changed in horizon: | |
assignee: | Adriano (dritec) → nobody |
Changed in horizon: | |
assignee: | nobody → anusha (anusha) |
Changed in horizon: | |
assignee: | anusha (anusha) → nobody |
To post a comment you must log in.
I agree this needs to be fixed, but I'm not sure what the proper way is because the error message is generated in the generic BatchAction's handle function. I don't want to change anything there because it may affect other cases.