mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
now fix MY root resize test, which passes 0 in one test...
This commit is contained in:
parent
345fc3c8ec
commit
8fc6e263b3
@ -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…
x
Reference in New Issue
Block a user