Hello there,

The problem is clearly identified by the error output, your instance network is 
not ready.
This can be caused by two things IMO :

- the metadata service isn't reachable, you must have the capability to curl 
(i.e. a correct route
to) http://169.254.169.254 and dig into directories [1]
- the instance doesn't have a correct network setup, double check your Neutron 
net/subnet etc...

[1]
On Nova-network (and probably on Neutron networking node), you can check the 
metadata route by
printing your iptables NAT rules (iptables -t nat -L -n|grep -i 169.254.169.254)

My 2 cents,
Kind regards



July 22 2015 12:32 PM, "Mehdi BADAOUI" <mehdiu...@gmail.com> wrote:
> Hi,
> 
> I have two nodes (controler and compute), I use Kilo version of OpenStack and 
> Now, i can't access
> to instances
> 
> /var/log/neutron/neutron-server.log   ==>
> ERROR oslo_messaging._drivers.common
> 
> On instance console:
> 
> ny ideas what might be the problem? I have Googled everything, but no results
> 
> Regards,
> 
> --
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to