Merge "Fix update of OS::Heat::UpdateWaitConditionHandle"
This commit is contained in:
commit
80eea85194
@ -233,7 +233,8 @@ class UpdateWaitConditionHandle(aws_wch.WaitConditionHandle):
|
||||
|
||||
support_status = support.SupportStatus(version='2014.1')
|
||||
|
||||
def update(self, after, before=None, prev_resource=None):
|
||||
def update(self, after, before=None, prev_resource=None,
|
||||
new_template_id=None, new_requires=None):
|
||||
raise resource.UpdateReplace(self.name)
|
||||
|
||||
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Fixed the ``OS::Heat::UpdateWaitConditionHandle`` resource type, which
|
||||
caused stack update to fail consistently.
|
Loading…
x
Reference in New Issue
Block a user