Defining default user-password for Ubuntu Cloud image
Hello, I am using Grizzly on Ubuntu 12.04 servers. I deployed Ubuntu 12.04 cloud image to Openstack. It works fine, but when a user creates an instance from this image, he-she will not be able to login immediately because of no user-password. I want to create an Ubuntu Cloud image which prints username-password to the instance log; or uses a static user-password at the first creation of the instance. I have no experience with image creating, is there a simple way to do it, or do I need to build my own image with static password?
Can you explain why you don't want to use ssh keys for your situation?
Because I want that users of Openstack are able to create their instances without entering console of the nodes. I found the solution below anyway.