Hide Forgot
Description of problem: Remove VM doesnt work in version 3 Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1.DELETE /ovirt-engine/api/vms/UUID 2. 3. Actual results: java.io.IOException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1] Message: Premature end of file. Expected results: the vm should get removed Additional info:
The reason for this issue described in bug 1225109: there are DELETE methods in the API that have an optional body. That has been removed in version 4 of the API, and the mechanism used to support this in version 3 of the API was lost when the 3 to 4 compatibility layer was introduced. We will re-introduce that mechanism.
This bug report has Keywords: Regression or TestBlocker. Since no regressions or test blockers are allowed between releases, it is also being identified as a blocker for this release. Please resolve ASAP.
Moving back to urgent and putting automation blocker as this is blocking tier1 execution - the tests create vms, but if they cannot delete them at some point we run out of macs
As you can see the bug is already on modified. However, for master development I don't see why this should be urgent severity at this point.
oVirt 4.0.0 has been released, closing current release.