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