1 heat_template_version: 2013-05-23
4 TOSCA simple profile with 1 server bound to an existing network
9 description: Network name
14 type: OS::Nova::Server
17 image: cirros-0.3.2-x86_64-uec
19 - port: { get_resource: my_port }
20 user_data_format: SOFTWARE_CONFIG
23 type: OS::Neutron::Port
25 network: {get_param: network_name}