mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
274c98d8d9
This changeset implements the followings: On creation of a new VM, * XenCenter will use licensed state of the host to determine whether it should obey/apply the template-recommendation regarding the vendor device. * If the host is licensed, and the selected template's recommendations suggest that has_vendor_device can be set/should be set to true, as part of VM creation, XenCenter will set the vm's has_vendor_device based on the recommendation using set_has_vendor_device API call (after it has cloned the template and before calling vm.provision). * XenCenter will not expose details whether 1G or 2G VM is going to be created. Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com> |
||
---|---|---|
.. | ||
ChangeMemorySettingsAction.cs | ||
ChangeVCPUSettingsAction.cs | ||
ChangeVMISOAction.cs | ||
CreateCdDriveAction.cs | ||
CreateVMAction.cs | ||
CreateVMFastAction.cs | ||
ExportVmAction.cs | ||
GpuAssignAction.cs | ||
HAUnprotectVMAction.cs | ||
HVMBootAction.cs | ||
ImportVmAction.cs | ||
InstallPVToolsAction.cs | ||
ResumeAndStartVMsAction.cs | ||
SetHaPrioritiesAction.cs | ||
SetVMOtherConfigAction.cs | ||
SetVMStartupOptionsAction.cs | ||
SuspendAndShutdownVMsAction.cs | ||
VMCloneAction.cs | ||
VMCopyAction.cs | ||
VMCrossPoolMigrateAction.cs | ||
VMDestroyAction.cs | ||
VMMigrateAction.cs | ||
VMMoveAction.cs | ||
VMRebootAction.cs | ||
VMShutdownAction.cs | ||
VMSnapshotCreateAction.cs | ||
VMSnapshotDeleteAction.cs | ||
VMSnapshotRevertAction.cs | ||
VMStartAction.cs | ||
VMSuspendAction.cs | ||
VMToTemplateAction.cs |