Hide Forgot
Created attachment 1161743 [details] server.log Description of problem: When updating network with invalid VLAN id (-1) from REST-API (V3) the response is: java.io.IOException: org.ovirt.engine.api.utils.InvalidValueException: Negative value -1 not allowed for unsigned shorts, valid values are between 0 and 65535 (no XML tags) so our validator cannot parse it and our automation test fail. On REST-API V4 the response is good: <fault> <detail>[VLAN ID must be a number between 0 and 4094.]</detail> <reason>Operation Failed</reason> </fault> Version-Release number of selected component (if applicable): ovirt-engine-4.0.0-0.0.master.20160521171336.git2e1899b.el7.centos.noarch Steps to Reproduce: 1. Update network via REST-API V3 with: PUT ovirt-engine/api/networks/<network_id> <network> <vlan id="-1"/> </network> Additional info:
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.
rhevm-4.0.0.5-0.1.el7ev.noarch
oVirt 4.0.0 has been released, closing current release.