mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
fix cloud.lxc usage of kwargs which seem to have changed
This commit is contained in:
parent
ebf8c37b74
commit
a7f1508645
@ -184,9 +184,7 @@ def _salt(fun, *args, **kw):
|
||||
}.get(fun, '120'))
|
||||
while wait_for_res:
|
||||
wait_for_res -= 0.5
|
||||
cret = runner.cmd(
|
||||
'jobs.lookup_jid',
|
||||
[jid, {'__kwarg__': True, 'output': False}])
|
||||
cret = runner.cmd('jobs.lookup_jid', [jid, 'output=false'])
|
||||
if target in cret:
|
||||
ret = cret[target]
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user