now fix MY root resize test, which passes 0 in one test...

This commit is contained in:
Marcus Sorensen 2014-03-14 07:40:12 -06:00
parent 345fc3c8ec
commit 8fc6e263b3

View File

@ -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: