heat_integrationtests.functional.test_external_ref Module¶heat_integrationtests.functional.test_external_ref.ExternalReferencesTest(*args, **kwargs)[source]¶Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase
TEMPLATE = '\nheat_template_version: 2016-10-14\nresources:\n  test1:\n    type: OS::Heat::TestResource\n'¶TEMPLATE_WITH_EX_REF = '\nheat_template_version: 2016-10-14\nresources:\n  test1:\n    type: OS::Heat::TestResource\n    external_id: foobar\noutputs:\n  str:\n    value: {get_resource: test1}\n'¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.