mirror of https://github.com/apache/cloudstack.git
now fix MY root resize test, which passes 0 in one test...
This commit is contained in:
parent
4901cc535f
commit
5fe568d5cf
|
|
@ -424,7 +424,7 @@ class VirtualMachine:
|
|||
if custommemory:
|
||||
cmd.details[0]["memory"] = custommemory
|
||||
|
||||
if rootdisksize:
|
||||
if rootdisksize >= 0:
|
||||
cmd.details[0]["rootdisksize"] = rootdisksize
|
||||
|
||||
if group:
|
||||
|
|
|
|||
Loading…
Reference in New Issue