-
Bug
-
Resolution: Unresolved
-
Normal
-
None
Description of problem:
The OVA provider server successfully parses the OsType field from OVF XML files, but this field is not exposed in the inventory API response.
How reproducible:
Always
Actual results:
The OsType field is parsed internally but not returned in the API response.
"ovaSource": "VMware", "revisionValidated": 0
Expected results:
When the OVA provider parses OsType from OVF files, it should be included in the inventory API response.
"ovaSource": "VMware", "osType": "sles15_64Guest", "revisionValidated": 0