Show a lot less data when requesting a VM

This commit is contained in:
Joseph Hall 2017-01-18 12:13:23 -07:00
parent a8a6215663
commit 47c19325cf

View file

@ -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']
)