mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 10:28:41 -05:00
Predefine capacity:percent and queue:total
This commit is contained in:
parent
83a0cee2b8
commit
4a03018e1e
1 changed files with 4 additions and 2 deletions
|
|
@ -163,7 +163,8 @@ module Vmpooler
|
|||
},
|
||||
capacity: {
|
||||
current: 0,
|
||||
total: 0
|
||||
total: 0,
|
||||
percent: 0
|
||||
},
|
||||
clone: {
|
||||
duration: {
|
||||
|
|
@ -181,7 +182,8 @@ module Vmpooler
|
|||
booting: 0,
|
||||
ready: 0,
|
||||
running: 0,
|
||||
completed: 0
|
||||
completed: 0,
|
||||
total: 0
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue