| Summary: | REST-API: Inconsistent schema implementation in PayloadFile | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Michael Pasternak <mpastern> | |
| Component: | ovirt-engine-restapi | Assignee: | Juan Hernández <juan.hernandez> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ilia Meerovich <iliam> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 3.3.0 | CC: | 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1019618, 1026487 | |||
|
Description
Michael Pasternak
2013-10-14 11:59:29 UTC
Added test blocker flag since it fails the payload test. 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
Closing - RHEV 3.3 Released |