Comment 6 for bug 506332

Revision history for this message
Scott Moser (smoser) wrote : Re: Can't login with SSH to Lucid UEC image

It looks like this is a difference in the metadata service on eucalyptus and ec2.
python -c 'import boto.utils; import pprint; pprint.pprint(boto.utils.get_instance_metadata())'

get_instance_metadata() is used by ec2-init 0.5.0 to crawl metadata service. The objects look different. For reference, I'll attach them here.