Merge lp://staging/~dooferlad/gomaasapi/subnets into lp://staging/gomaasapi
Proposed by
James Tunnicliffe
Status: | Merged |
---|---|
Approved by: | James Tunnicliffe |
Approved revision: | 79 |
Merged at revision: | 64 |
Proposed branch: | lp://staging/~dooferlad/gomaasapi/subnets |
Merge into: | lp://staging/gomaasapi |
Diff against target: |
1390 lines (+1091/-40) 8 files modified
jsonobject.go (+10/-1) maasobject.go (+2/-2) testservice.go (+92/-27) testservice_spaces.go (+81/-0) testservice_subnets.go (+393/-0) testservice_test.go (+361/-10) testservice_utils.go (+119/-0) testservice_vlan.go (+33/-0) |
To merge this branch: | bzr merge lp://staging/~dooferlad/gomaasapi/subnets |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Foord (community) | Approve | ||
James Tunnicliffe (community) | Needs Resubmitting | ||
Dimiter Naydenov | Pending | ||
Review via email: mp+278342@code.staging.launchpad.net |
This proposal supersedes a proposal from 2015-11-19.
Description of the change
Add subnets support.
To post a comment you must log in.
Most of it looks good, apart from a few concerns around marshalling/ unmarshalling for numbers and reducing some duplication.