mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #10952 from yanatan16/patch-1
Update return with libcloud's Node object.
This commit is contained in:
commit
0080e01a35
@ -269,7 +269,7 @@ def create(vm_):
|
||||
)
|
||||
)
|
||||
|
||||
ret.update(data)
|
||||
ret.update(data.__dict__)
|
||||
|
||||
log.info('Created Cloud VM {0[name]!r}'.format(vm_))
|
||||
log.debug(
|
||||
|
Loading…
Reference in New Issue
Block a user