Start using ClientRequestTokens in event lists (#31997)

* Start using ClientRequestTokens in event lists

* Include request token in all reqs that support it (basically all but check mode/changeset)

* Update placebo recordings

* Add comments for CRQ popping
This commit is contained in:
Ryan Brown 2017-10-23 14:39:13 -04:00 committed by Sloane Hertel
parent 70c58e74ab
commit 11c225e039
33 changed files with 550 additions and 913 deletions

View file

@ -78,6 +78,7 @@ def test_basic_s3_stack(maybe_sleep, placeboify):
params = {
'StackName': 'ansible-test-basic-yaml',
'TemplateBody': basic_yaml_tpl,
'ClientRequestToken': '3faf3fb5-b289-41fc-b940-44151828f6cf',
}
m = FakeModule(disable_rollback=False)
result = cfn_module.create_stack(m, params, connection)