Merge lp://staging/~blake-rouse/maas/fix-1602721-2.0 into lp://staging/maas/2.0
Proposed by
Blake Rouse
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Blake Rouse | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 5175 | ||||
Proposed branch: | lp://staging/~blake-rouse/maas/fix-1602721-2.0 | ||||
Merge into: | lp://staging/maas/2.0 | ||||
Diff against target: |
68 lines (+33/-3) 3 files modified
src/maasserver/api/tests/test_commissioning.py (+30/-0) src/metadataserver/fields.py (+1/-1) src/metadataserver/tests/test_fields.py (+2/-2) |
||||
To merge this branch: | bzr merge lp://staging/~blake-rouse/maas/fix-1602721-2.0 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Blake Rouse (community) | Approve | ||
Review via email: mp+301166@code.staging.launchpad.net |
Commit message
Prevent Bin class from causing Piston3 from having a circular dependency issue. An object that defines __emittable__ can not return an equal object as a result or a circular dependency will occur.
Description of the change
To post a comment you must log in.
Backport self-approval.