mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Predefine capacity:percent and queue:total
This commit is contained in:
parent
3d8985fd59
commit
a4a91a2df9
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue