mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Bug 14509 - Can't attach ISO to OVM guest instance
status 14509: resolved fixed reviewed-by: edison
This commit is contained in:
parent
698a1bb3cd
commit
f37ae5b00c
@ -500,10 +500,6 @@ class OvmVm(OvmObject):
|
||||
scope = 'cfg'
|
||||
vmPath = OvmHost()._getVmPathFromPrimaryStorage(vmName)
|
||||
|
||||
vmType = OvmVm()._getVmTypeFromConfigFile(vmPath)
|
||||
if vmType != 'HVM':
|
||||
raise Exception("Only HVM supports attaching/detaching ISO")
|
||||
|
||||
if not isAttach:
|
||||
iso = ''
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user