mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Merge branch 'master' into pooler_193_2
This commit is contained in:
commit
65495fc2ee
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ module Vmpooler
|
||||||
if vmname
|
if vmname
|
||||||
account_for_starting_vm(vmpool, vmname)
|
account_for_starting_vm(vmpool, vmname)
|
||||||
vms << [vmpool, vmname, vmtemplate]
|
vms << [vmpool, vmname, vmtemplate]
|
||||||
metrics.increment("checkout.success.#{vmtemplate}")
|
metrics.increment("checkout.success.#{vmpool}")
|
||||||
else
|
else
|
||||||
failed = true
|
failed = true
|
||||||
metrics.increment("checkout.empty.#{requested}")
|
metrics.increment("checkout.empty.#{requested}")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue