From: Ondrej Lichtner olichtne@redhat.com
Since matching virtual machines is frequently used in beaker, I'm setting the default value of allow_virtual to True. The user still needs libvirtd to be running and machines whose slave pool xml contains the parameter libvirt_domain in order for this to have any effect.
Signed-off-by: Ondrej Lichtner olichtne@redhat.com --- install/lnst-ctl.conf.in | 2 +- lnst-ctl.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/install/lnst-ctl.conf.in b/install/lnst-ctl.conf.in index 663a0c2..4d31483 100644 --- a/install/lnst-ctl.conf.in +++ b/install/lnst-ctl.conf.in @@ -54,4 +54,4 @@ log_dir = @ctl_logs_dir@ # The 'allow_virtual' option enables/disables the use of virtual machines with # dynamic interface configuration. This feature is mostly used by LNST # developers when testing new features. -allow_virtual = False +allow_virtual = True diff --git a/lnst-ctl.conf b/lnst-ctl.conf index e570598..d9a28e3 100644 --- a/lnst-ctl.conf +++ b/lnst-ctl.conf @@ -11,4 +11,4 @@ test_tool_dirs = ./test_tools test_module_dirs = ./test_modules log_dir = ./Logs xslt_url = http://www.lnst-project.org/files/result_xslt/xml_to_html.xsl -allow_virtual = False +allow_virtual = True
lnst-developers@lists.fedorahosted.org