Merge lp:~blake-rouse/maas/fix-1462507 into lp:maas/trunk
Proposed by
Blake Rouse
on 2015-06-05
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Blake Rouse on 2015-06-05 | ||||
Approved revision: | 3983 | ||||
Merged at revision: | 3996 | ||||
Proposed branch: | lp:~blake-rouse/maas/fix-1462507 | ||||
Merge into: | lp:maas/trunk | ||||
Diff against target: |
333 lines (+177/-19) 5 files modified
src/maasserver/api/blockdevices.py (+49/-9) src/maasserver/api/tests/test_blockdevice.py (+83/-4) src/maasserver/models/blockdevice.py (+19/-0) src/maasserver/models/tests/test_blockdevice.py (+14/-0) src/maasserver/urls_api.py (+12/-6) |
||||
To merge this branch: | bzr merge lp:~blake-rouse/maas/fix-1462507 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Andres Rodriguez (community) | 2015-06-05 | Approve on 2015-06-05 | |
Review via email:
|
Commit message
Fix endpoint for BlockDevice API. Add ability for a user to list all the block devices on a node and read a block device on a node. Include the type of blockdevice in the output.
To post a comment you must log in.
lp:~blake-rouse/maas/fix-1462507
updated
on 2015-06-05
- 3983. By Blake Rouse on 2015-06-05
-
Add blockdevice read operation.
lgtm!