mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add wait_for_fun() to set_tags()
This commit is contained in:
parent
c40376250f
commit
baff7a046d
1 changed files with 5 additions and 3 deletions
|
@ -2567,9 +2567,11 @@ def create(vm_=None, call=None):
|
|||
transport=__opts__['transport']
|
||||
)
|
||||
|
||||
set_tags(
|
||||
vm_['name'],
|
||||
tags,
|
||||
salt.utils.cloud.wait_for_fun(
|
||||
set_tags,
|
||||
timeout=30,
|
||||
name=vm_['name'],
|
||||
tags=tags,
|
||||
instance_id=vm_['instance_id'],
|
||||
call='action',
|
||||
location=location
|
||||
|
|
Loading…
Add table
Reference in a new issue