Hide Forgot
Description of problem: In rsdl, the storage domain parameter should be called 'storage_domain' and not 'storagedomain'. Version-Release number of selected component (if applicable): rhevm-3.6.6-0.1.el6.noarch rhevm-restapi-3.6.6-0.1.el6.noarch Actual results: <type>Action</type> <parameters_set> <description> copy the specified disk attached to the template to a specific storage domain </description> <parameter required="true" type="xs:string"> <name>storagedomain.id|name</name> Expected results: <type>Action</type> <parameters_set> <description> copy the specified disk attached to the template to a specific storage domain </description> <parameter required="true" type="xs:string"> <name>storage_domain.id|name</name> Additional info:
Moving to first RC, since things should not be targeted to second one at this point.
Tested with the following code: ------------------------------------------ rhevm-4.0.0.2-0.1.el7ev.noarch vdsm-4.18.1-11.gita92976e.el7ev.x86_64 Tested with the following result: ------------------------------------------ Output from rsdl ----------------- Parameter name of storage domain is now called storage_domain for copy template disk <description>copy the specified disk attached to the template to a specific storage domain</description><parameter required="true" type="xs:string"><name>action.storage_domain.id|name</name></parameter> Moving to VERIFIED!
oVirt 4.0.0 has been released, closing current release.