1 heat_template_version: 2014-10-16
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
21 software_config_transport: POLL_SERVER_HEAT
24 type: OS::Neutron::Port
26 network: {get_param: network_name}