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

Tom Fifield tom at openstack.org
Wed Sep 3 06:38:18 UTC 2014


Hi,

Sorry to hear you are having troubles.

Unfortunately, this is the mailing list for discussing community groups
and issues.

Your question would be better asked on the general OpenStack mailing
list - http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack -
it has many more members and technical issues are frequently discussed.

Thanks for supporting OpenStack!

Regards,


Tom

On 03/09/14 13:04, khayam.gondal at 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
>         description: Image ID
>       NetID:
>         type: string
>         description: External Network ID
> 
>     resources:
>       server_0:
>         type: OS::Nova::Server
>         properties:
>           name: "server0"
>           image: { get_param: ImageID }
>           flavor: "m1.small"
>           networks:
>           - network: { get_param: NetID }
> 
>     outputs:
>       server0_ip:
>         description: IP of the server
>         value: { get_attr: [ server_0, first_address ] }|
> 
> When I create stack. It shows create failed status. BadRequest: Bad network format: missing 'uuid' (HTTP 400) (Request-ID: req-c8360423-e597-495e-9b36-0158177ccd1a). I also attached the snapshot of error.
> 
> P.S : I checked and double checked the Network ID and Image ID but error
> remains. heat logs shows same error *heat.engine.resource BadRequest:
> Bad network format: missing 'uuid' (HTTP 400).*
> I had also asked
> <https://ask.openstack.org/en/question/46486/heat-create-failed-bad-network-format-missing-uuid-http-400/https://ask.openstack.org/en/question/46486/heat-create-failed-bad-network-format-missing-uuid-http-400/>at
> ask.openstack.org but still have no answers.
> 
> 
> _______________________________________________
> Community mailing list
> Community at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/community
> 




More information about the Community mailing list