Re: [Openstack] [Openstack Heat] create failed, Bad network format: missing 'uuid' (HTTP 400)

2014-09-03 Thread Khayam Gondal
I was able to solve the problem and I had posted answer here . On Wed, Sep 3, 2014 at 3:25 PM, Khayam Gondal wrote: > I already tried with Network Name but still no luck > > > On Wed, Sep

Re: [Openstack] [Openstack Heat] create failed, Bad network format: missing 'uuid' (HTTP 400)

2014-09-03 Thread Khayam Gondal
I already tried with Network Name but still no luck On Wed, Sep 3, 2014 at 1:32 PM, ZHOU TAO A wrote: > Try with the network name rather than its ID. > > On 09/03/2014 02:54 PM, khayam.gon...@gmail.com wrote: > > > I am using following template to create a Heat Stack. > > heat_template_versi

Re: [Openstack] [Openstack Heat] create failed, Bad network format: missing 'uuid' (HTTP 400)

2014-09-03 Thread ZHOU TAO A
Try with the network name rather than its ID. On 09/03/2014 02:54 PM, khayam.gon...@gmail.com wrote: I am using following template to create a Heat Stack. |heat_template_version: 2013-05-23 description: Hot Template to deploy a single server parameters: ImageID:

Re: [Openstack] [Openstack Heat] create failed, Bad network format: missing 'uuid' (HTTP 400)

2014-09-03 Thread Steven Hardy
On Wed, Sep 03, 2014 at 06:54:14AM +, khayam.gon...@gmail.com wrote: >I am using following template to create a Heat Stack. > > heat_template_version: 2013-05-23 > > description: Hot Template to deploy a single server > > parameters: >ImageID: > type: string >

[Openstack] [Openstack Heat] create failed, Bad network format: missing 'uuid' (HTTP 400)

2014-09-03 Thread khayam.gondal
I am using following template to create a Heat Stack. heat_template_version: 2013-05-23 description: Hot Template to deploy a single server parameters: ImageID: type: string description: Image ID NetID: type: string description: External N