Properly support tag updates on CloudFormation stack-update actions (#3638)

This commit is contained in:
Matt Ferrante 2016-09-07 14:16:32 -06:00 committed by Ryan Brown
parent 52fd4914ca
commit 624f813f60

View file

@ -342,7 +342,8 @@ def main():
stack_policy_body=stack_policy_body,
disable_rollback=disable_rollback,
template_url=template_url,
capabilities=['CAPABILITY_IAM', 'CAPABILITY_NAMED_IAM'])
capabilities=['CAPABILITY_IAM', 'CAPABILITY_NAMED_IAM'],
**kwargs)
operation = 'UPDATE'
except Exception as err:
error_msg = boto_exception(err)