diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-02-22 22:44:16 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-02-22 22:44:16 +0000 |
| commit | 143711d04db3c6729adc0348d324a700df129fb9 (patch) | |
| tree | ef27c718dcdecd06fe34969b9ae3a087f62d3615 | |
| parent | beb49b664cde757784f4f93d2a0ea5346288ed37 (diff) | |
| parent | 9caffcc9106d9bd67d65fca9157f6273c94fe398 (diff) | |
Merge "Disable usb tablet support for LXC."
| -rw-r--r-- | nova/virt/libvirt.xml.template | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <source path='/dev/pts/2'/> <target port='0'/> </serial> -#if $getVar('use_usb_tablet', True) +#if $getVar('use_usb_tablet', True) and $type != 'lxc' and $type != 'xen' <input type='tablet' bus='usb'/> #end if |
