openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #21716
Re: [Heat] Problem with visit 169.254.169.254 from VM
Excerpts from 蒋闻天's message of 2013-03-06 17:09:57 -0800:
> 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?
I've been using devstack with heat for quite some time without these problems.
Have you tried with Quantum instead of nova-network?
Good instructions here:
https://wiki.openstack.org/wiki/QuantumDevstack
References