Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1179680 Signed-off-by: Giuseppe Scrivano <gscrivan@xxxxxxxxxx> --- virtinst/cli.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/virtinst/cli.py b/virtinst/cli.py index 00294fb..4748e07 100644 --- a/virtinst/cli.py +++ b/virtinst/cli.py @@ -1,7 +1,7 @@ # # Utility functions for the command line drivers # -# Copyright 2006-2007, 2013, 2014 Red Hat, Inc. +# Copyright 2006-2007, 2013, 2014, 2015 Red Hat, Inc. # Jeremy Katz <katzj@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify @@ -2002,9 +2002,10 @@ class _ParserChar(VirtCLIParser): if opts.fullopts == "none" and inst.virtual_device_type == "console": self.guest.skip_default_console = True return - if opts.fullopts == "none" and inst.virtual_device_type == "channel": + if inst.virtual_device_type == "channel": self.guest.skip_default_channel = True - return + if opts.fullopts == "none": + return return VirtCLIParser._parse(self, opts, inst) -- 2.1.0 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list