On 17 February 2015 at 22:40, Michael Roth wrote:
> From: "Daniel P. Berrange"
>
> Add a new 'guest-set-user-password' command for changing the password
> +void qmp_guest_set_user_password(const char *username,
> + const char *password,
> +
From: "Daniel P. Berrange"
Add a new 'guest-set-user-password' command for changing the password
of guest OS user accounts. This command is needed to enable OpenStack
to support its API for changing the admin password of guests running
on KVM/QEMU. It is not practical to provide a command at the
From: "Daniel P. Berrange"
Add a new 'guest-set-user-password' command for changing the password
of guest OS user accounts. This command is needed to enable OpenStack
to support its API for changing the admin password of guests running
on KVM/QEMU. It is not practical to provide a command at the