mcp: lib.sh: virt-install --noautoconsole 69/37569/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sat, 15 Jul 2017 16:18:55 +0000 (18:18 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sat, 15 Jul 2017 16:22:34 +0000 (18:22 +0200)
commit93e2ff55bf50b2ea98422d9df50d17cb9050c85e
treee6069be654e6e30a5990280586d5137cacf949aa
parent08e52d4ee0e5ecb6caf033a9ecfbb762c98d400e
mcp: lib.sh: virt-install --noautoconsole

When X server is available, virt-install tries opening virt-viewer
automatically (for each newly created VM), which blocks the
deployment until the user closes the virt-viewer window.

Without X, virt-install just throws a warning and moves on.

Fix both of the above by passing the "--noautoconsole" argument to
virt-install.

Change-Id: I7df839aa902f7629dec11d24905fc05d1070f9db
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
mcp/scripts/lib.sh