mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
repair salt cloud lxc api on develop
Signed-off-by: Mathieu Le Marec - Pasquet <kiorky@cryptelium.net>
This commit is contained in:
parent
80eabe2703
commit
63e63fa527
1 changed files with 4 additions and 0 deletions
|
@ -225,6 +225,10 @@ def _salt(fun, *args, **kw):
|
|||
if target in cret:
|
||||
ret = cret[target]
|
||||
break
|
||||
# recent changes
|
||||
elif 'data' in cret and 'outputter' in cret:
|
||||
ret = cret['data']
|
||||
break
|
||||
# special case, some answers may be crafted
|
||||
# to handle the unresponsivness of a specific command
|
||||
# which is also meaningful, e.g. a minion not yet provisioned
|
||||
|
|
Loading…
Add table
Reference in a new issue