mirror of https://github.com/apache/cloudstack.git
Updated vmware virtual hardware version in systemvmtemplate build script (#3921)
Updated vmware virtual hardware version in systemvmtemplate build script
This commit is contained in:
parent
630d826ce0
commit
27e7637b02
|
|
@ -227,7 +227,7 @@ function stage_vmx() {
|
|||
displayname = "${1}"
|
||||
annotation = "${1}"
|
||||
guestos = "otherlinux-64"
|
||||
virtualHW.version = "8"
|
||||
virtualHW.version = "11"
|
||||
config.version = "8"
|
||||
numvcpus = "1"
|
||||
cpuid.coresPerSocket = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue