<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><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></body>
</html>