(maint) Add vmpooler_fallback to the get service check

Previously the vmpooler_fallback setting was not being recognizied, this
PR will fix it.
This commit is contained in:
Christopher Thorn 2020-09-23 15:06:24 -07:00
parent 1e81c78a5b
commit 5c8aa13081

View file

@ -254,6 +254,7 @@ class Utils
'url' => config['url'], 'url' => config['url'],
'user' => config['user'], 'user' => config['user'],
'token' => config['token'], 'token' => config['token'],
'vmpooler_fallback' => config['vmpooler_fallback'],
'type' => config['type'] || 'vmpooler', 'type' => config['type'] || 'vmpooler',
} }