← Back to team overview

openstack team mailing list archive

[Heat] Problem with visit 169.254.169.254 from VM

 

Hi everyone, I have a problem when i use devstack to test heat and quantum.
This is my localrc

DATABASE_PASSWORD=nova
RABBIT_PASSWORD=nova
SERVICE_TOKEN=nova
SERVICE_PASSWORD=nova
ADMIN_PASSWORD=nova
SCREEN_LOGDIR=/var/log/devstack
ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng
ENABLED_SERVICES+=,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta
ENABLED_SERVICES-="n-net"
SWIFT_HASH=nova

When I start a heat stack, I step into my instance console and found
timeout problem with 169.254.169.254

I ping 169.254.169.254 from my host and is ok, but the vm can't.

I found the Network Topology with a router on it which have connected
private network and external network. I can ssh on the VM but I do not have
password.(Key must get from metadata on  169.254.169.254)

Is there some config i have made is wrong?

Follow ups