The deployment kernel/ramdisk is supposed to be built by
ramdisk-image-create command.
*ramdisk-image-create -a amd64 fedora deploy-ironic -o /tmp/deploy-ramdisk*

The deployment kernel/ramdisk is used only for deployment and cannot give a
full-fledged system.

The deploy images are created by *"disk-image-create" *command.  Something
like
*disk-image-create fedora*

As Clint said, there is root login from console is disabled.  Another
alternative is you can use the local-config element while running
"disk-image-create" so that you can do a root login from the system where
you build the deploy image.  The local-config will add the ssh keys of the
current user building the image to the root user on the cloud image.




On Thu, Jun 5, 2014 at 10:22 AM, Clint Byrum <cl...@fewbar.com> wrote:

> Excerpts from 严超's message of 2014-06-04 20:34:01 -0700:
> > BTW, If I run "sudo ./bin/disk-image-create -a amd64 ubuntu deploy-ironic
> > -o /tmp/deploy-ramdisk-ubuntu",
> > What is the username/password for image deploy-ramdisk-ubuntu ?
>
> There isn't one. You can write an element if you want to include a
> backdoor user. Otherwise, just use nova's SSH keypair capability when
> you deploy your image onto boxes.
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>



-- 
Ramesh
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to