How to create a instance with username and pw via api
Hello,
i want to know how can i create an instance for example with a windows image and a random username and pw using the Openstack Api ?
Hi, With nova boot command use --userdata argument which supplies the cloudinit script(with desired username & password) at boot time.