Signed-off-by: Ramon Medeiros <ramonn(a)linux.vnet.ibm.com>
---
vmtemplate.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vmtemplate.py b/vmtemplate.py
index 0288330..06ee845 100644
--- a/vmtemplate.py
+++ b/vmtemplate.py
@@ -371,7 +371,7 @@ class VMTemplate(object):
"""
tablet = """
- <input type='tablet' bus='%(kbd_bus)s'> </input>
+ <input type='tablet' bus='%(tablet_bus)s'>
</input>
"""
video = """
--
2.7.4