Activity log for bug #1876180

Date Who What changed Old value New value Message
2020-04-30 20:20:48 Lee Trager bug added bug
2020-04-30 20:21:45 Lee Trager description I tried to compose a machine with two interfaces using the UI. The request went through with no errors however the region never received any interface constraints. Below is what was sent over the websocket. As you can see "interfaces" is set to "" { "type": 0, "request_id": 24, "method": "pod.compose", "params": { "storage": "0:4(maas),1:4(maas)", "requests": [ { "poolId": "e9c55659-125f-4b50-abf7-7ed631b3602c", "size": 8, "available": 11 } ], "interfaces": "", "domain": 0, "zone": 1, "cores": "2", "memory": "2048", "id": 78 } } I tried to compose a machine with two interfaces using the UI. The request went through with no errors however the region never received any interface constraints. Below is what was sent over the websocket. As you can see "interfaces" is set to "" Note this effects all Pod types and this bug may exist previous versions of MAAS. {   "type": 0,   "request_id": 24,   "method": "pod.compose",   "params": {     "storage": "0:4(maas),1:4(maas)",     "requests": [       {         "poolId": "e9c55659-125f-4b50-abf7-7ed631b3602c",         "size": 8,         "available": 11       }     ],     "interfaces": "",     "domain": 0,     "zone": 1,     "cores": "2",     "memory": "2048",     "id": 78   } }
2020-05-01 00:38:03 Caleb Ellis maas: status New Incomplete
2020-05-05 00:12:16 Lee Trager maas: status Incomplete New
2020-05-07 01:08:41 Lee Trager maas: milestone 2.8.0rc1
2020-05-08 22:54:30 Lee Trager maas: importance Undecided High
2020-05-11 13:55:41 Amy Pattanasethanon bug watch added https://github.com/canonical-web-and-design/maas-ui/issues/1107
2020-05-11 13:55:41 Amy Pattanasethanon bug task added maas-ui
2020-05-11 14:44:20 Bug Watch Updater maas-ui: status Unknown New
2020-05-19 06:05:35 Caleb Ellis maas: assignee Caleb Ellis (caleb-ellis)
2020-05-19 06:05:39 Caleb Ellis maas: status New In Progress
2020-05-27 02:19:26 Caleb Ellis maas: status In Progress Fix Committed
2020-06-03 09:19:51 Bug Watch Updater maas-ui: status New Fix Released
2020-06-04 12:40:38 Alberto Donato maas: status Fix Committed Fix Released