mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
feat(xo-server): add xenStoreData to XO VM objects (#7316)
The initial support added in #7055 to support terraform resource support doesn't provide read access to a VM's state. Since Tterraform's model requires read and write access to the resource it's managing, this PR implements the missing piece for terra-farm/terraform-provider-xenorchestra#261.
This commit is contained in:
@@ -429,6 +429,7 @@ const TRANSFORMS = {
|
||||
VGPUs: link(obj, 'VGPUs'),
|
||||
$VGPUs: link(obj, 'VGPUs'),
|
||||
nicType: obj.platform.nic_type,
|
||||
xenStoreData: obj.xenstore_data,
|
||||
}
|
||||
|
||||
if (isHvm) {
|
||||
|
||||
Reference in New Issue
Block a user