Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/openstack/tests/functional/cloud/__pycache__/test_stack.cpython-39.pyc
Ðазад
a u�hi � @ sV d Z ddlZddlmZ ddlmZ ddlmZ dZdZ dZ d ZG d d� dej�Z dS )z\ test_stack ---------------------------------- Functional tests for `shade` stack methods. � N)�exc)�fakes)�basea heat_template_version: 2014-10-16 parameters: length: type: number default: 10 resources: my_rand: type: OS::Heat::RandomString properties: length: {get_param: length} outputs: rand: value: get_attr: [my_rand, value] a� heat_template_version: 2014-10-16 parameters: length: type: number default: 10 count: type: number default: 5 resources: my_rands: type: OS::Heat::ResourceGroup properties: count: {get_param: count} resource_def: type: My::Simple::Template properties: length: {get_param: length} outputs: rands: value: get_attr: [my_rands, attributes, rand] z/ resource_registry: My::Simple::Template: %s z,heat_template_version: asdf-no-such-version c s<