<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; } .hmmessage p { margin: 0px; padding: 0px; } body.hmmessage { font-size: 12pt; font-family: Calibri; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi Bharath,<br>
</p>
<p><br>
</p>
<p>It sounds like you've hit this bug <a href="https://bugs.launchpad.net/heat/+bug/1556317" style="font-size: 12pt;">https://bugs.launchpad.net/heat/+bug/1556317</a><br>
</p>
<p><br>
</p>
<p>A fix is in progress <a href="https://review.openstack.org/#/c/291971/">https://review.openstack.org/#/c/291971/</a>​<br>
</p>
<p><br>
</p>
<p>Regards,<br>
</p>
<p>Jason</p>
<p><br>
</p>
<div style="color: rgb(33, 33, 33);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> bharath thiruveedula <bharath_ves@hotmail.com><br>
<b>Sent:</b> Monday, March 14, 2016 1:12 PM<br>
<b>To:</b> openstack-dev@lists.openstack.org<br>
<b>Subject:</b> [openstack-dev] [heat] Unable to launch nova instance with the new flavor</font>
<div> </div>
</div>
<div>
<div dir="ltr">Hi,
<div><br>
</div>
<div>With the master branch, I couldn't launch heat stack with the following template, giving the error "<span style="color:rgb(133,70,133); font-family:'Times New Roman'; font-size:12pt; background-color:rgb(238,238,238)">ERROR: No Flavor matching {'name':
 u'flavor_1'}. (HTTP 404)"</span></div>
<div><span style="color:rgb(133,70,133); font-family:'Times New Roman'; font-size:12pt; background-color:rgb(238,238,238)"><br>
</span></div>
<div><span style="background-color:rgb(238,238,238)"><font face="Times New Roman">
<div style="color:rgb(133,70,133)">heat_template_version: 2015-04-30</div>
<div style="color:rgb(133,70,133)"><br>
</div>
<div style="color:rgb(133,70,133)">description: Simple template to deploy a single compute instance</div>
<div style="color:rgb(133,70,133)"><br>
</div>
<div style="color:rgb(133,70,133)">resources:</div>
<div style="color:rgb(133,70,133)">   ins1:</div>
<div style="color:rgb(133,70,133)">     type: OS::Nova::Server</div>
<div style="color:rgb(133,70,133)">     properties:</div>
<div style="color:rgb(133,70,133)">       flavor: {get_resource: flavor_1}</div>
<div style="color:rgb(133,70,133)">       image: Fedora</div>
<div style="color:rgb(133,70,133)"><br>
</div>
<div style="color:rgb(133,70,133)">   flavor_1:</div>
<div style="color:rgb(133,70,133)">     type: OS::Nova::Flavor</div>
<div style="color:rgb(133,70,133)">     properties:</div>
<div style="color:rgb(133,70,133)">         disk: 1</div>
<div style="color:rgb(133,70,133)">         vcpus: 1</div>
<div style="color:rgb(133,70,133)">         ram: 1</div>
<div style="color:rgb(133,70,133)"><br>
</div>
<div style="color:rgb(133,70,133)"><br>
</div>
<div>But with "stable/liberty" branch, I can launch the heat stack. </div>
<div><br>
</div>
<div>Anyone aware of this issue? Can anyone help me on this issue?</div>
<div><br>
</div>
<div>Regards</div>
<div>Bharath T</div>
<div style="color:rgb(133,70,133)"><br>
</div>
</font></span></div>
</div>
</div>
</div>
</body>
</html>