[Pkg-libvirt-commits] [libguestfs] 99/384: v2v: Password attr in domain XML should be 'passwd=' (RHBZ#1174123).

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 16:55:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 7a218cbdf635af543479256593e448100406ea1e
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Dec 15 13:43:34 2014 +0000

    v2v: Password attr in domain XML should be 'passwd=' (RHBZ#1174123).
---
 v2v/output_libvirt.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2v/output_libvirt.ml b/v2v/output_libvirt.ml
index 179f1eb..cdc86b4 100644
--- a/v2v/output_libvirt.ml
+++ b/v2v/output_libvirt.ml
@@ -229,7 +229,7 @@ let create_libvirt_xml ?pool source targets guestcaps target_features =
     | Some { s_keymap = Some km } -> append_attr ("keymap", km) graphics
     | _ -> ());
     (match source.s_display with
-    | Some { s_password = Some pw } -> append_attr ("password", pw) graphics
+    | Some { s_password = Some pw } -> append_attr ("passwd", pw) graphics
     | _ -> ());
 
     video, graphics in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list