diff options
Diffstat (limited to 'deploy/templates/virtual_environment')
-rw-r--r-- | deploy/templates/virtual_environment/vms/compute.xml | 2 | ||||
-rw-r--r-- | deploy/templates/virtual_environment/vms/controller.xml | 2 | ||||
-rw-r--r-- | deploy/templates/virtual_environment/vms/fuel.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/deploy/templates/virtual_environment/vms/compute.xml b/deploy/templates/virtual_environment/vms/compute.xml index 1c20b7dcd..95db87984 100644 --- a/deploy/templates/virtual_environment/vms/compute.xml +++ b/deploy/templates/virtual_environment/vms/compute.xml @@ -4,7 +4,7 @@ <currentMemory unit='KiB'>8388608</currentMemory> <vcpu placement='static'>2</vcpu> <os> - <type arch='x86_64' machine='pc-1.0'>hvm</type> + <type arch='x86_64' machine='pc'>hvm</type> <boot dev='network'/> <boot dev='hd'/> <bios rebootTimeout='30000'/> diff --git a/deploy/templates/virtual_environment/vms/controller.xml b/deploy/templates/virtual_environment/vms/controller.xml index febaf3aef..422aa39e2 100644 --- a/deploy/templates/virtual_environment/vms/controller.xml +++ b/deploy/templates/virtual_environment/vms/controller.xml @@ -4,7 +4,7 @@ <currentMemory unit='KiB'>8388608</currentMemory> <vcpu placement='static'>2</vcpu> <os> - <type arch='x86_64' machine='pc-1.0'>hvm</type> + <type arch='x86_64' machine='pc'>hvm</type> <boot dev='network'/> <boot dev='hd'/> <bios rebootTimeout='30000'/> diff --git a/deploy/templates/virtual_environment/vms/fuel.xml b/deploy/templates/virtual_environment/vms/fuel.xml index 6b06a58da..bd8e15185 100644 --- a/deploy/templates/virtual_environment/vms/fuel.xml +++ b/deploy/templates/virtual_environment/vms/fuel.xml @@ -7,7 +7,7 @@ <partition>/machine</partition> </resource> <os> - <type arch='x86_64' machine='pc-1.0'>hvm</type> + <type arch='x86_64' machine='pc'>hvm</type> <boot dev='hd'/> <boot dev='cdrom'/> <bootmenu enable='no'/> |