On 10/14/2014 11:41 AM, Mridhul Pax wrote:
I have downloaded a centos 7 image from the following site and created a glance image. Im able to provison a server via that image and the server booted up fine. Any one know how to login to the server ?

It's reccomended to login to the instance through SSH (--key-name).
Otherwise, it's possible to inject a cloud-config metadata file through the nova switch --user-data ./my_file, in order to set a password. my_file would look like (note that the first line is not a comment, but it's required!):

#cloud-config
password: centos
chpasswd: { expire: False }

Here some cloud-config examples:
http://cloudinit.readthedocs.org/en/latest/topics/examples.html

Hope this helps.
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to