mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
fix installrtng for vmware
This commit is contained in:
parent
90bb06c3e2
commit
254a59fc6c
@ -62,7 +62,7 @@ elif [ "$hyper" == "xen" ]
|
||||
then
|
||||
ext="vhd"
|
||||
templateId=1
|
||||
elif [ "hyper" == "vmware" ]
|
||||
elif [ "$hyper" == "vmware" ]
|
||||
then
|
||||
ext="ova"
|
||||
templateId=8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user