Skip to content

Instantly share code, notes, and snippets.

@BeenzSyed
Created January 7, 2016 17:11
Show Gist options
  • Save BeenzSyed/2c49fd0a8582b6d0602f to your computer and use it in GitHub Desktop.
Save BeenzSyed/2c49fd0a8582b6d0602f to your computer and use it in GitHub Desktop.
test_template_wait_after_update = {
'heat_template_version': '2013-05-23',
'description': 'Test template for canceling update.',
'resources': {
'test1': {
'type': 'OS::Heat::TestResource',
'properties': {
'value': 'TestOriginal',
'action_wait_secs': {'update': 60}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment