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.
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