<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Thanks, I'm triaging this now.<br>
      <br>
      On 06/10/15 11:41, Mingyu Li wrote:<br>
    </div>
    <blockquote
cite="mid:CAL0R-wnhkuGX5_4ExL6RCOy2gkVhDy+vPCJTZuVn4J0o9WsK4A@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi all,<br>
        <br>
        There seems a bug in stable/liberty branch.<br>
        <br>
        <a moz-do-not-send="true"
          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 moz-do-not-send="true"
          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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: <a class="moz-txt-link-abbreviated" href="mailto:OpenStack-dev-request@lists.openstack.org?subject:unsubscribe">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a>
<a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>