Re: [openstack-dev] [heat] Unable to launch nova instance with the new flavor

2016-03-14 Thread Jason Dunsmore
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_...@hotmail.com>
Sent: Monday, March 14, 2016 1:12 PM
To: openstack-dev@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

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [heat] Unable to launch nova instance with the new flavor

2016-03-14 Thread bharath thiruveedula
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?
RegardsBharath T
  __
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev