On May 11, 2012, at 2:38 PM, Russell Bryant wrote:
On 05/11/2012 03:36 PM, Kyle Mestery (kmestery) wrote:
> On May 11, 2012, at 2:33 PM, Russell Bryant wrote:
>>
>> That image is set up to use cloud-init. So, there is a user named
>> 'ec2-user' that should have the ssh key installed that was specified
>> when the instance was created.
>
>
> Any idea where to get the key for this? I downloaded the image from here:
>
>
http://berrange.fedorapeople.org/images/2012-02-29/
>
> Or is the key somehow apart of glance once the image is pulled in?
From here:
http://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora_17
See "Launch an Instance". You'll see a keypair get created and that
keypair specified to the "nova boot" command.
Thanks Russell, I think this makes sense. I launched my VM with Horizon, and I don't
see any key pairs in my DB:
[root@devstack-fedora devstack]# nova --username admin keypair-list
+------+-------------+
| Name | Fingerprint |
+------+-------------+
+------+-------------+
[root@devstack-fedora devstack]#
Any ideas?