Comment 1 for bug 1323167

Revision history for this message
James Polley (tchaypo) wrote :

I can confirm that in my overcloud, the demo VM doesn't get built. However, I believe the neutron/nova errors here are a red herring.

The demo VM should be built by this section of the _overcloud script:

    ## #. So that you can deploy a VM.
    ## ::

        nova boot --key-name default --flavor m1.tiny --image user demo

but when I run that by hand, I get an error:

    root@overcloud-controller0-qdbt5hpvyxo5:~# nova boot --key-name default --flavor m1.tiny --image user demo
    ERROR (BadRequest): Multiple possible networks found, use a Network ID to be more specific. (HTTP 400) (Request-ID: req-6d2ec9b6-10fc-4496-b23c-744e0c140f15)

It looks to me as though the error is that our nova boot commandline is incomplete.