<div dir="ltr">cloud-init and cloud-config is how one can add a password to a cloud image though it is NEVER recommended.<div><br></div><div>See:</div><div><br></div><div><a href="http://cloudinit.readthedocs.io/en/latest/topics/examples.html">http://cloudinit.readthedocs.io/en/latest/topics/examples.html</a><br></div><div><br></div><div>and read about users and groups and mkpasswd</div><div><br></div><div>cloud-init will read this at vm boot time and apply the cloud-config (presuming you have cloud-init service installed in your image--which you should)</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 31, 2016 at 4:54 AM, Brent Troge <span dir="ltr"><<a href="mailto:brenttroge2016@gmail.com" target="_blank">brenttroge2016@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">You can also mount the image file and modify the user , password, sshd, etc files accordingly.  Once changes saved and image unmounted upload into glance. <br>
You now have an image with a known user password. </p><div class="HOEnZb"><div class="h5">
<div class="gmail_extra"><br><div class="gmail_quote">On Aug 30, 2016 2:30 PM, "Turbo Fredriksson" <<a href="mailto:turbo@bayour.com" target="_blank">turbo@bayour.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Aug 30, 2016, at 3:07 PM, Kevin Wilson wrote:<br>
<br>
> While googling for it, I saw that someone said that logging in via<br>
> user/password credentials is not possible for this image, but I doubt<br>
> it. How one is expected to login into console and not via ssh without<br>
> such credentials?<br>
<br>
Very few (any??) cloud images have password login enabled. Probably<br>
because this is a _cloud_ image. Anyone, anywhere can download it,<br>
and if there was a default PW, then anyone could login.<br>
<br>
Instead, you add your SSH key to OS, and then add that to the instance.<br>
<br>
<br>
Look in Horizon, under "Project -> Compute -> Access & Security -> Key Pairs"<br>
and then "Project -> Compute -> Instances -> Launch Instance -> Key Pair".<br>
<br>
______________________________<wbr>_________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi<wbr>-bin/mailman/listinfo/openstac<wbr>k</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi<wbr>-bin/mailman/listinfo/openstac<wbr>k</a><br>
</blockquote></div></div>
</div></div><br>______________________________<wbr>_________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
<br></blockquote></div><br></div>