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

Khayam Gondal khayam.gondal at gmail.com
Wed Sep 3 13:07:22 UTC 2014


I was able to solve the problem and I had posted answer here
<https://ask.openstack.org/en/question/46486/heat-create-failed-bad-network-format-missing-uuid-http-400/>
.


On Wed, Sep 3, 2014 at 3:25 PM, Khayam Gondal <khayam.gondal at gmail.com>
wrote:

> I already tried with Network Name but still no luck
>
>
> On Wed, Sep 3, 2014 at 1:32 PM, ZHOU TAO A <tao.a.zhou at alcatel-lucent.com>
> wrote:
>
>>  Try with the network name rather than its ID.
>>
>> On 09/03/2014 02:54 PM, khayam.gondal at gmail.com wrote:
>>
>>
>>   I am using following template to create a Heat Stack.
>>
>> heat_template_version: 2013<
>> /span>-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.
>>
>>
>> _______________________________________________
>> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>> Post to     : openstack at lists.openstack.org
>> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>
>>
>>
>> _______________________________________________
>> Mailing list:
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>> Post to     : openstack at lists.openstack.org
>> Unsubscribe :
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140903/2e087938/attachment.html>


More information about the Openstack mailing list