From 9caffcc9106d9bd67d65fca9157f6273c94fe398 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Sat, 18 Feb 2012 15:57:26 -0500 Subject: Disable usb tablet support for LXC. libvirt does not support usb tablets. Disable it if running libvirt-lxc. Fixes bug 935744 Change-Id: Ic648df4b3a5b66da089c7153971f0e8dd53bacdd Signed-off-by: Chuck Short --- nova/virt/libvirt.xml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/virt/libvirt.xml.template b/nova/virt/libvirt.xml.template index 282e0d5a5..d41b09f7b 100644 --- a/nova/virt/libvirt.xml.template +++ b/nova/virt/libvirt.xml.template @@ -166,7 +166,7 @@ -#if $getVar('use_usb_tablet', True) +#if $getVar('use_usb_tablet', True) and $type != 'lxc' and $type != 'xen' #end if -- cgit