heat_integrationtests.functional.test_stack_events Module¶heat_integrationtests.functional.test_stack_events.StackEventsTest(*args, **kwargs)[source]¶Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase
template = "\nheat_template_version: 2014-10-16\nparameters:\nresources:\n  test_resource:\n    type: OS::Heat::TestResource\n    properties:\n      value: 'test1'\n      fail: False\n      update_replace: False\n      wait_secs: 0\noutputs:\n  resource_id:\n    description: 'ID of resource'\n    value: { get_resource: test_resource }\n"¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.