Bug 1018782

Summary: REST-API: Inconsistent schema implementation in PayloadFile
Product: Red Hat Enterprise Virtualization Manager Reporter: Michael Pasternak <mpastern>
Component: ovirt-engine-restapiAssignee: Juan Hernández <juan.hernandez>
Status: CLOSED CURRENTRELEASE QA Contact: Ilia Meerovich <iliam>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.3.0CC: acathrow, bazulay, eedri, iheim, iliam, istein, juan.hernandez, michal.skrivanek, oramraz, Rhev-m-bugs, scohen, yeylon
Target Milestone: ---Keywords: TestBlocker
Target Release: 3.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: virt
Fixed In Version: is19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1019618 (view as bug list) Environment:
Last Closed: 2014-01-21 22:11:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1019618, 1026487    

Description Michael Pasternak 2013-10-14 11:59:29 UTC
Description of problem:

Inconsistent schema implementation in PayloadFile (Cloud-Init),
it has inline collection definition while should use collection/resource
pattern and broken naming convention.

Comment 1 Ilanit Stein 2013-10-15 12:23:50 UTC
Added test blocker flag since it fails the payload test.

Comment 4 Ilia Meerovich 2013-10-24 12:23:01 UTC
is19:
1)
  <!-- Files (ISO or VFD files) -->

  <xs:element name="file" type="File"/>
2) No payloadfile stuff anymore
3) Now  generate_ds.py provides correct mapping:
ClassesMapping = {
....
 'file':File,
....
}
and not: 'file:PayloadFile as it was before

So mapping is correct now

Comment 7 Itamar Heim 2014-01-21 22:11:06 UTC
Closing - RHEV 3.3 Released