Controller WebSocket handler contains unimplemented methods
Bug #1976196 reported by
Huw Wilkins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Low
|
Alberto Donato |
Bug Description
In the controller WebSocket handler allowed_methods[1] there are a number of methods that do not appear to be valid (and not implemented) for controllers:
check_power
create_physical
create_vlan
create_bond
update_interface
delete_interface
link_subnet
[1] https:/
Related branches
~ack/maas:1976196-unimplemented-controller-ws-methods
Merged
into
maas:master
- MAAS Lander: Needs Fixing
- Anton Troyanov: Approve
-
Diff: 20 lines (+0/-8)1 file modifiedsrc/maasserver/websockets/handlers/controller.py (+0/-8)
tags: | added: websocket-api |
Changed in maas: | |
status: | Incomplete → Triaged |
importance: | Undecided → Low |
assignee: | nobody → Alberto Donato (ack) |
Changed in maas: | |
milestone: | none → 3.3.0 |
status: | Triaged → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | 3.3.0 → 3.3.0-beta1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hi Huw, those methods shouldn't really apply to controllers.
Is this about providing them or removing from the list?