add vbd vdi pbd

This commit is contained in:
Olivier Lambert 2013-12-14 18:44:49 +01:00
parent 9ce2c55cc4
commit a1ef1353da

View File

@ -293,9 +293,9 @@ module.exports = (refsToUUIDs) ->
$container: null # TODO
$PBDs: [] # TODO
$PBDs: get('PBDs')
$VDIs: [] # TODO
$VDIs: get('VDIs')
PBD:
@ -337,7 +337,7 @@ module.exports = (refsToUUIDs) ->
# FIXME: SR.VDIs -> VDI instead of VDI.SR -> SR.
SR: get('SR')
$VBD: null # TODO
$VBD: get('VBDs')
VBD: