← Back to team overview

openstack team mailing list archive

Quantum - can't reach VMs, VMs can't reach metadata

 

Setup:

- Deployed with Juju
- Folsom
- Three nodes, all on the same network:
 - Quantum gateway running GRE tunnels (default supported by juju charm)
 - Cloud controller
 - Compute

The gateway has another interface to a public network.

I created a private logical network in quantum and booted a VM in it. I
added SSH and ping rules to the security group. From the quantum gateway
(or anywhere else), I can't ping it. Also, the VM log shows that it gets
the correct IP address.

ci-info: lo    : 1 127.0.0.1       255.0.0.0       .

ci-info: eth0  : 1 10.0.0.3        255.255.255.0   fa:16:3e:f0:bf:72

ci-info: route-0: 0.0.0.0         10.0.0.1        0.0.0.0         eth0   UG

ci-info: route-1: 10.0.0.0        0.0.0.0         255.255.255.0   eth0   U

I also hadn't set up the metadata service yet since the juju charm
doesn't install it. I tried installing it on the cloud controller and
configuring the metadata_host on the quantum gateway to point to it. I
still can't ping 169.254.169.254 from anywhere. Should that go on the
quantum gateway itself instead?

Thanks.

Follow ups