Pod websocket object should not flatten power parameters
Bug #1942969 reported by
Caleb Ellis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Alberto Donato |
Bug Description
Pod objects returned from the websocket have their power parameters flattened. This is different to how it works for nodes in which they have a dedicated `power_parameters` key.
It would be better if pods matched nodes as it's a bit more awkward on the front end managing the different permutations of the entire pod object.
Related branches
~ack/maas:1942969-pod-ws-no-flatten-power-parameters
- Adam Collard (community): Approve
- MAAS Lander: Approve
-
Diff: 92 lines (+22/-12)2 files modifiedsrc/maasserver/websockets/handlers/pod.py (+3/-3)
src/maasserver/websockets/handlers/tests/test_pod.py (+19/-9)
Changed in maas: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → next |
assignee: | nobody → Alberto Donato (ack) |
Changed in maas: | |
status: | Triaged → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | next → 3.1.0-beta1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.