<div dir="ltr">Hi all,<br><br>There seems a bug in stable/liberty branch.<br><br><a href="https://bugs.launchpad.net/heat/+bug/1503060">https://bugs.launchpad.net/heat/+bug/1503060</a><br><br>In an environment installed with Devstack and stable/liberty branch, stack creation fails when I use some templates that worked well with stable/kilo, such as the following:<br><br>heat_template_version: 2014-10-16<br><br>resources:<br>  private_net1:<br>    type: OS::Neutron::Net<br>    properties:<br>      name: demo_net_a<br><br>  private_subnet1:<br>    type: OS::Neutron::Subnet<br>    properties:<br>      network_id: { get_resource: private_net1 }<br>      cidr: <a href="http://192.168.1.0/24">192.168.1.0/24</a><br><br>  server1:<br>    type: OS::Nova::Server<br>    properties:<br>      name: Server1<br>      image: cirros-0.3.4-x86_64-uec<br>      flavor: m1.nano<br>      networks: [{"network":{ get_resource: private_net1 }}]<br><br>The response is " ERROR: Unable to find network with name 'None' ".<br><br>It seems that Heat does not find the network { get_resource: private_net1 } <div><br></div><div>Did someone see this before?<br></div><div><br></div><div>Best regards & Thanks,</div><div>Mingyu Li</div></div>