what's the default fedora image password ?

Asked by Kai Qiang Wu(Kennan)

http://docs.openstack.org/trunk/openstack-image/content/ch_obtaining_images.html

The Fedora project maintains a list of official cloud images at http://cloud.fedoraproject.org/. The images include the cloud-init utility to support key and user data injection. The default user name is fedora.

It only said username, but does anyone know the password for it ?

I used Fedora 19 Downloadable Cloud Images

Question information

Language:
English Edit question
Status:
Solved
For:
Glance Edit question
Assignee:
No assignee Edit question
Solved by:
Tiantian Gao
Solved:
Last query:
Last reply:
Revision history for this message
Best Tiantian Gao (gtt116) said :
#1

Hi Kai,

In general, Openstack suggest using keypair to login VM. As the document said the login username is 'fedora', but before login you should create a keypair, and inject the public key into VM. There is a official document to help you.
http://docs.openstack.org/grizzly/openstack-compute/admin/content/instance-data.html#inserting_sshkeys

Hope it is help to you.

Revision history for this message
Kai Qiang Wu(Kennan) (wkqwu) said :
#2

Thanks @Tian tian, I thought it would still has password just like cirros test image.

OK. I will check keypairs. If I remember right, the keypairs can work only if cloud-init worked.
But if cloud-init failed for some reason, I not sure if it can login with that injected content.
Or maybe I misunderstood keypair with cloud-init ?

Revision history for this message
Tiantian Gao (gtt116) said :
#3

No, Keypair not depend on cloud-init. It is injected into image using NBD or guestmount ,etc.
You can using keypair without cloud-init in fedora. :)

Revision history for this message
Kai Qiang Wu(Kennan) (wkqwu) said :
#4

Thanks Tiantian, will check

Revision history for this message
Kai Qiang Wu(Kennan) (wkqwu) said :
#5

Thanks Tiantian Gao, that solved my question.