The heat_integrationtests.functional.test_remote_stack Module¶
- 
class heat_integrationtests.functional.test_remote_stack.RemoteStackTest(*args, **kwargs)[source]¶
- Bases: - heat_integrationtests.functional.functional_base.FunctionalTestsBase- 
remote_template= '\nheat_template_version: 2013-05-23\nresources:\n random1:\n type: OS::Heat::RandomString\noutputs:\n remote_key:\n value: {get_attr: [random1, value]}\n'¶
 - 
template= '\nheat_template_version: 2013-05-23\nresources:\n my_stack:\n type: OS::Heat::Stack\n properties:\n context:\n region_name: RegionOne\n template:\n get_file: remote_stack.yaml\noutputs:\n key:\n value: {get_attr: [my_stack, outputs]}\n'¶
 
-