Description of problem: In BZ1371024 a diskattachments collection was added to the export domain vms, but there's no link on the vms element: /api/storagedomains/{export-domain:id}/vms/{vm:id} Version-Release number of selected component (if applicable): rhevm-4.0.5-0.1.el7ev.noarch Steps to Reproduce: 1. check /api/storagedomains/{export-domain:id}/vms/{vm:id} Expected results: <vm> [...] <link href= "/ovirt-engine/api/v4/storagedomains/6c493f95-daeb-42aa-bab7-93b36d28ee83/vms/1f25080a-7ad9-4baf-aa62-2f7dadb20eff/diskattachments" rel="diskattachments"/> [...] </vm>
The proposed patch fixes the issue, adding the "diskattachments" link explicitly to the storage domain VMs collection. Note that this must only be done in the 4.0 branch, as in the 4.1 branch these links are automatically added, based on the information included in the model.
Verification failed - The link is for 'disk**s**attachments' and should be 'diskattachments'
Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release.
Juan, can we change this at this point?
Yes, I think we can change it.
Verified on 4.0.6.3-0.1.el7ev