mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Show a lot less data when requesting a VM
This commit is contained in:
parent
a8a6215663
commit
47c19325cf
1 changed files with 5 additions and 1 deletions
|
@ -2567,7 +2567,11 @@ def create(vm_):
|
|||
'event',
|
||||
'requesting instance',
|
||||
'salt/cloud/{0}/requesting'.format(vm_['name']),
|
||||
args={'kwargs': vm_},
|
||||
args={
|
||||
'name': vm_['name'],
|
||||
'profile': vm_['profile'],
|
||||
'provider': vm_['driver'],
|
||||
},
|
||||
sock_dir=__opts__['sock_dir'],
|
||||
transport=__opts__['transport']
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue