Values missing from controller websocket model
Bug #1967704 reported by
Caleb Ellis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Christian Grabowski |
Bug Description
The underlying controller model has been updated and no longer includes a few values we use in the legacy controller details UI. As far as I can tell, the removed values are:
- permissions
- status_message
- cpu_test_status
- memory_test_status
- interface_
- network_test_status
- other_test_status
- storage_test_status
The ones we need back because they're used by the UI are:
- permissions
I think this might be the relevant commit: https:/
Related branches
~cgrabowski/maas:include_controller_permissions_in_websocket_api
- Adam Collard (community): Approve
- MAAS Lander: Approve
-
Diff: 57 lines (+22/-2)2 files modifiedsrc/maasserver/websockets/handlers/controller.py (+5/-1)
src/maasserver/websockets/handlers/tests/test_controller.py (+17/-1)
Changed in maas: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 3.2 |
description: | updated |
Changed in maas: | |
assignee: | nobody → Christian Grabowski (cgrabowski) |
status: | Triaged → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | 3.2.0 → 3.2.0-beta4 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Why are the *_test_status needed given that we don't run tests for controllers?