Predefine capacity:percent and queue:total

This commit is contained in:
Scott Schneider 2015-02-24 15:49:13 -08:00
parent 3d8985fd59
commit a4a91a2df9

View file

@ -163,7 +163,8 @@ module Vmpooler
}, },
capacity: { capacity: {
current: 0, current: 0,
total: 0 total: 0,
percent: 0
}, },
clone: { clone: {
duration: { duration: {
@ -181,7 +182,8 @@ module Vmpooler
booting: 0, booting: 0,
ready: 0, ready: 0,
running: 0, running: 0,
completed: 0 completed: 0,
total: 0
} }
} }