Add missing "properties_schema" to WaitConditionHandle
Change-Id: I475ac4f72613a2f20275949a01168246cae1fb52 Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
07018fe88a
commit
71681dec44
@ -33,6 +33,7 @@ class WaitConditionHandle(Resource):
|
||||
then the cfn-signal will use this url to post to and
|
||||
WaitCondition will poll it to see if has been written to.
|
||||
'''
|
||||
properties_schema = {}
|
||||
|
||||
def __init__(self, name, json_snippet, stack):
|
||||
super(WaitConditionHandle, self).__init__(name, json_snippet, stack)
|
||||
|
Loading…
Reference in New Issue
Block a user