openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #09234
Re: problem ssh-ing into vms
Hi there !
> | 2012-03-28 13:11:29,162 - DataSourceEc2.py[WARNING]: 'http://169.254.169.254' failed: url error [[Errno 111] Connection refused]
> | 2012-03-28 13:11:35,174 - DataSourceEc2.py[CRITICAL]: giving up on md after 105 seconds
>
> The instance was unable to connect to the metadata service to get your
> public keys and put them into the instance. The Ubuntu images have an
> annoyance, in that if it can't get to the MD it doesn't even generate ssh
> server keys, so the ssh server just drops you immediately.
>
> But your real problem is that the guests can't see the host.
>
Thanks, this helped a lot.
The vm was on a node running nova-compute and nova-network only.
Turned out the metadata service was available after i have started
nova-api on top of that.
I though nova-api was not needed on boxes running nova-compute ? (i have
it running on a "manager" node that do not launch vms).
Was my assumption wrong or is there something special to do to have the
metadata service available without running nova-api ?
Follow ups
References