[Rdo-list] VM instance will not start

Brent Eagles beagles at redhat.com
Fri Jul 24 17:26:18 UTC 2015


On Thu, Jul 23, 2015 at 04:26:08PM -0500, brian lee wrote:
> So I have made headway on this problem. It was related to my networking. In
> order to get nova networking working you have to install the
> openstack-nova-network and openstack-nova-api packages on your compute
> nodes as well. You did not have to do this in Icehouse.
>
> Once that is installed, you then need to configure the nova.conf per the
> doc:
> http://docs.openstack.org/kilo/install-guide/install/yum/content/nova-networking-compute-node.html

Note that if you are using multi-host networks then each compute
node is also a network controller, so nova-network and nova-api will be
required on each compute node.
 
> Once I have done that I am now able to get the instances started. On the
> compute node it does create the br100 bridge device. But it does not create
> it on the controller.

You can check if openstack-nova-network running on the controller - but
if you are using multi-host networking this is probably irrelevant.

> Now I am stuck where I can get the instance up, but I can not ping it from
> the conrtoller/outside network. Any idea what needs to be done to get the
> controller to start its bridge so they can talk together?
> 
> --Brian

IIRC, if you are using multi-host networks you need to keep in mind that
while each compute node is a network controller - the reverse is also
true. i.e. a node is only a network controller for an instance's tenant
network IF that node has an instance for that tenant running on it. If
there isn't an instance for a particular tenant on a given node, there
may be no bridge for that tenant network, etc. on it. This has to do
with how the networks are provisioned - the bridges are setup where a
tenant network is required, i.e. where an instance has been booted. Also
of course, there is no standalone network-controller.

To get access to your guest, try going through the multi-host node
instead of the "controller" (which isn't a network controller in this
case).

If you *don't* use multi-host then you the network service should only
be required on one host.

Cheers,

Brent

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.rdoproject.org/pipermail/dev/attachments/20150724/ec328e2a/attachment.sig>


More information about the dev mailing list