heat_integrationtests.functional.test_aws_stack
Module¶heat_integrationtests.functional.test_aws_stack.
AwsStackTest
(*args, **kwargs)[source]¶Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase
nested_template
= "\nHeatTemplateFormatVersion: '2012-12-12'\nParameters:\n KeyName:\n Type: String\nOutputs:\n Foo:\n Value: bar\n"¶nested_with_res_template
= '\nHeatTemplateFormatVersion: \'2012-12-12\'\nParameters:\n KeyName:\n Type: String\nResources:\n NestedResource:\n Type: OS::Heat::RandomString\nOutputs:\n Foo:\n Value: {"Fn::GetAtt": [NestedResource, value]}\n'¶test_template
= '\nHeatTemplateFormatVersion: \'2012-12-12\'\nResources:\n the_nested:\n Type: AWS::CloudFormation::Stack\n Properties:\n TemplateURL: the.yaml\n Parameters:\n KeyName: foo\nOutputs:\n output_foo:\n Value: {"Fn::GetAtt": [the_nested, Outputs.Foo]}\n'¶update_template
= "\nHeatTemplateFormatVersion: '2012-12-12'\nParameters:\n KeyName:\n Type: String\nOutputs:\n Foo:\n Value: foo\n"¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.