Ravi Nori has uploaded a new change for review. Change subject: restapi : Missing RSDL descriptor for host.install(image)(#919856) ......................................................................
restapi : Missing RSDL descriptor for host.install(image)(#919856) When installing host using RESTapi, there is no option in the API to select which iso should be used, unlike the UI. Also there is on indication which ISO is selected. Change-Id: I103e75154ce025e82ff7c51f358f527436ab30dc Bug-Url: https://bugzilla.redhat.com/919856 Signed-off-by: Ravi Nori <[email protected]> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/13/13013/1 diff --git a/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml b/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml index dd7b9e7..343bed3 100644 --- a/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml +++ b/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml @@ -1846,7 +1846,7 @@ parameterType: Action signatures: - mandatoryArguments: {} - optionalArguments: {action.root_password: 'xs:string'} + optionalArguments: {action.root_password: 'xs:string', action.image: 'xs:string'} urlparams: {} headers: Content-Type: {value: application/xml|json, required: true} -- To view, visit http://gerrit.ovirt.org/13013 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I103e75154ce025e82ff7c51f358f527436ab30dc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
