heat_integrationtests.functional.test_preview_update
Module¶heat_integrationtests.functional.test_preview_update.
UpdatePreviewBase
(*args, **kwargs)[source]¶Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase
heat_integrationtests.functional.test_preview_update.
UpdatePreviewStackTest
(*args, **kwargs)[source]¶Bases: heat_integrationtests.functional.test_preview_update.UpdatePreviewBase
heat_integrationtests.functional.test_preview_update.
UpdatePreviewStackTestNested
(*args, **kwargs)[source]¶Bases: heat_integrationtests.functional.test_preview_update.UpdatePreviewBase
template_nested1
= '\nheat_template_version: 2016-04-08\nresources:\n nested2:\n type: nested2.yaml\n'¶template_nested2
= '\nheat_template_version: 2016-04-08\nresources:\n random:\n type: OS::Heat::RandomString\n'¶template_nested2_2
= '\nheat_template_version: 2016-04-08\nresources:\n random:\n type: OS::Heat::RandomString\n random2:\n type: OS::Heat::RandomString\n'¶template_nested_parent
= '\nheat_template_version: 2016-04-08\nresources:\n nested1:\n type: nested1.yaml\n'¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.