fedora19 cloud-init metadata lookup not working?
I have downloaded the fedora 19 qcow2 cloud image from cloud.fedoraproject.org imported that into my OpenStack environment and created an instance. I noticed on boot that cloud-init is not working properly... I don't have enough karma yet to publish my screenshot it appears.
The cloud-init route info shows only routes to
0.0.0.0 10.0.0.1 0.0.0.0 eth0
10.0.0.0 0.0.0.0 255.255.255.0 eth0
I believe there should be a route showing 169.254.0.0 255.255.0.0
Afterward route information I get a util.py[WARNING]: Failed accessing user data
Then:
[FAILED] Failed to start initial cloud-init job (metadata service crawler)
Then some dependency failures happen after that. Does this indicate that the cloud-init setup for this image is messed up?