mirror of https://github.com/apache/cloudstack.git
Bug 14509 - Can't attach ISO to OVM guest instance
status 14509: resolved fixed reviewed-by: edison
This commit is contained in:
parent
5e0f81bdc6
commit
c5d3e63708
|
|
@ -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…
Reference in New Issue