heat_integrationtests.functional.test_preview
Module¶heat_integrationtests.functional.test_preview.
StackPreviewTest
(*args, **kwargs)[source]¶Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase
env
= '\nparameters:\n incomming: abc\n '¶template
= '\nheat_template_version: 2015-04-30\nparameters:\n incomming:\n type: string\nresources:\n one:\n type: OS::Heat::TestResource\n properties:\n value: fred\n two:\n type: OS::Heat::TestResource\n properties:\n value: {get_param: incomming}\n depends_on: one\noutputs:\n main_out:\n value: {get_attr: [two, output]}\n '¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.