add vbd and pbd

This commit is contained in:
Olivier Lambert 2013-12-14 17:01:00 +01:00
parent 49fcefbf2d
commit 9ce2c55cc4

View File

@ -211,7 +211,7 @@ module.exports = (refsToUUIDs) ->
# FIXME: Do not include control domains.
VMs: get('resident_VMs')
$PBDs: [] # TODO
$PBDs: get('PBDs')
$pool: get('$pool')
@ -259,7 +259,7 @@ module.exports = (refsToUUIDs) ->
# VM is not on a host.
$container: get('resident_on')
$VBDs: [] # TODO
$VBDs: get('VBDs')
'VM-controller':
extends: 'VM'