Bug 1018782 - REST-API: Inconsistent schema implementation in PayloadFile
Summary: REST-API: Inconsistent schema implementation in PayloadFile
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-restapi
Version: 3.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 3.3.0
Assignee: Juan Hernández
QA Contact: Ilia Meerovich
URL:
Whiteboard: virt
Depends On:
Blocks: 1019618 3.3snap1
TreeView+ depends on / blocked
 
Reported: 2013-10-14 11:59 UTC by Michael Pasternak
Modified: 2014-01-21 22:11 UTC (History)
12 users (show)

Fixed In Version: is19
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1019618 (view as bug list)
Environment:
Last Closed: 2014-01-21 22:11:06 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 20162 0 None None None Never
oVirt gerrit 20163 0 None None None Never

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


Note You need to log in before you can comment on or make changes to this bug.