mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #40239 from saltstack/revert-40225-waitforfun
Revert "Add wait_for_fun() to set_tags()"
This commit is contained in:
commit
e39f5cbf40
@ -2567,11 +2567,7 @@ def create(vm_=None, call=None):
|
||||
transport=__opts__['transport']
|
||||
)
|
||||
|
||||
# Sometimes it takes a little longer than expected to set the tags, so
|
||||
# let's give it a few tries
|
||||
salt.utils.cloud.wait_for_fun(
|
||||
set_tags,
|
||||
timeout=30,
|
||||
set_tags(
|
||||
vm_['name'],
|
||||
tags,
|
||||
instance_id=vm_['instance_id'],
|
||||
|
Loading…
Reference in New Issue
Block a user