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
 
  20       - port: { get_resource: my_port }
 
  21       user_data_format: SOFTWARE_CONFIG
 
  24     type: OS::Neutron::Port
 
  26       network: {get_param: network_name}