Hi Bharath, It sounds like you've hit this bug https://bugs.launchpad.net/heat/+bug/1556317 A fix is in progress https://review.openstack.org/#/c/291971/? Regards, Jason ________________________________ From: bharath thiruveedula <bharath_ves at hotmail.com> Sent: Monday, March 14, 2016 1:12 PM To: openstack-dev at lists.openstack.org Subject: [openstack-dev] [heat] Unable to launch nova instance with the new flavor Hi, With the master branch, I couldn't launch heat stack with the following template, giving the error "ERROR: No Flavor matching {'name': u'flavor_1'}. (HTTP 404)" heat_template_version: 2015-04-30 description: Simple template to deploy a single compute instance resources: ins1: type: OS::Nova::Server properties: flavor: {get_resource: flavor_1} image: Fedora flavor_1: type: OS::Nova::Flavor properties: disk: 1 vcpus: 1 ram: 1 But with "stable/liberty" branch, I can launch the heat stack. Anyone aware of this issue? Can anyone help me on this issue? Regards Bharath T -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160314/0b84e07d/attachment.html>