Version-Release number of selected component (if applicable): How reproducible: rhevm-3.6.5.3-0.1.el6.noarch Steps to Reproduce: 1. Create a vm (via webadmin or api) -> set graphic protocal=spice, enable USB support and set to native. 2. Create a new template from this vm using the api: https://{engine_url}/ovirt-engine/api/templates/ POST: Content-Type=application/xml Accept=application/xml <template> <name>test_template</name> <vm id="{vm_id}"/> </template> 3. Actual results: Template is created but usb support is set to 'disabled'. Expected results: Template is created, usb support is enabled and set to 'native'. Additional info:
Verified with rhevm-4.1.0.3-0.1.el7 according to steps in description.