[3.3.0-candidate] failure when arch is requested as a filter
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Adam Collard | ||
3.3 |
Fix Released
|
High
|
Adam Collard |
Bug Description
2022-12-08-11:30:57 root DEBUG ERROR failed to bootstrap model: cannot start bootstrap instance: failed to acquire node: unexpected: ServerError: 500 Internal Server Error (list.append() takes exactly one argument (3 given))
2022-12-08-11:30:58 root ERROR [localhost] Command failed: juju bootstrap --bootstrap-
Found this in a log
2022-12-08 11:30:57 maasserver: [error] #######
2022-12-08 11:30:57 maasserver: [error] Traceback (most recent call last):
File "/snap/
response = wrapped_
File "/snap/
return view_atomic(*args, **kwargs)
File "/usr/lib/
return func(*args, **kwds)
File "/snap/
response = super()
File "/snap/
response = func(*args, **kwargs)
File "/snap/
result = self.error_
File "/snap/
result = meth(request, *args, **kwargs)
File "/snap/
return function(self, request, *args, **kwargs)
File "/snap/
if not form.is_valid():
File "/snap/
return self.is_bound and not self.errors
File "/snap/
self.
File "/snap/
self.
File "/snap/
value = getattr(self, 'clean_%s' % name)()
File "/snap/
arches.
TypeError: list.append() takes exactly one argument (3 given)
MAAS logs
Related branches
- Adam Collard (community): Approve
-
Diff: 29 lines (+6/-1)2 files modifiedsrc/maasserver/node_constraint_filter_forms.py (+1/-1)
src/maasserver/tests/test_node_constraint_filter_forms.py (+5/-0)
- Anton Troyanov: Approve
- Alexsander de Souza: Approve
-
Diff: 29 lines (+6/-1)2 files modifiedsrc/maasserver/node_constraint_filter_forms.py (+1/-1)
src/maasserver/tests/test_node_constraint_filter_forms.py (+5/-0)
Changed in maas: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Adam Collard (adam-collard) |
milestone: | none → 3.4.0 |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | 3.4.0 → 3.4.0-beta1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |