← Back to team overview

openstack team mailing list archive

Re: How to create or change password when instances started or rebuilded?

 

To get libvirt to inject a password at boot time, you need to set

libvirt_inject_password=True

Note that this only works with linux variants and it is off by default
because we are trying to avoid messing with image filesystems.

The nova root-password is only supported in xenapi with a guest agent
running. I have some protypes in progress for better password setting
which I will be turning into a blueprint soon.

Vish

On Nov 26, 2012, at 11:21 PM, livemoon <mwjpiero@xxxxxxxxx> wrote:

> I saw there is option "enable_instance_password" in nova.conf in openstack offical doc. But there are no more infomation and how to create password when instances created.
> 
> I want to know does kvm(libvirt) support this. And how to use it?
> 
> Another question, I use  "nova root-password" in kvm. but it seems not work. Does it support kvm?
> 
> Thanks.
> 
> -- 
> Blog Site: livemoon.org
> Twitter: mwjpiero
> 非淡薄无以明志,非宁静无以致远
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp


References