heat_integrationtests.functional.test_immutable_parameters Module¶heat_integrationtests.functional.test_immutable_parameters.ImmutableParametersTest(*args, **kwargs)[source]¶Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase
template_param_has_immutable_field = "\nheat_template_version: 2014-10-16\nparameters:\n  param1:\n    type: string\n    default: default_value\n    immutable: false\noutputs:\n  param1_output:\n    description: 'parameter 1 details'\n    value: { get_param: param1 }\n"¶template_param_has_no_immutable_field = "\nheat_template_version: 2014-10-16\nparameters:\n  param1:\n    type: string\n    default: default_value\noutputs:\n  param1_output:\n    description: 'parameter 1 details'\n    value: { get_param: param1 }\n"¶ 
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.