Ravi Nori has uploaded a new change for review.

Change subject: restapi : Cannot import VM. Storage Domain type not 
specified(#960997)
......................................................................

restapi : Cannot import VM. Storage Domain type not specified(#960997)

import vm action fails due to missing storage domain type. However
that parameter is missing both in automatic completion and in the
RSDL file, therefore the action can't be completed.

Change-Id: Id356a855ba9607fc8bf9aa8bb32dacbf6f564ba2
Bug-Url: https://bugzilla.redhat.com/960997
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/95/14595/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 422423e..d2554b3 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
@@ -999,7 +999,7 @@
       parameterType: Action
       signatures:
       - mandatoryArguments: {action.cluster.id|name: 'xs:string'}
-        optionalArguments: {action.async: 
'xs:boolean',action.storage_domain.id|name: 'xs:string', 
action.vm.snapshots.collapse_snapshots: 'xs:boolean', action.clone: 
'xs:boolen', action.exclusive: 'xs:boolen', action.vm.name: 'xs:string', 
action.vm.disks.disk--COLLECTION: {disk.id: 'xs:string'}}
+        optionalArguments: {action.async: 
'xs:boolean',action.storage_domain.id|name: 'xs:string', 
action.storage_domain.type: 'xs:string', 
action.vm.snapshots.collapse_snapshots: 'xs:boolean', action.clone: 
'xs:boolen', action.exclusive: 'xs:boolen', action.vm.name: 'xs:string', 
action.vm.disks.disk--COLLECTION: {disk.id: 'xs:string'}}
     urlparams: {}
     headers:
       Content-Type: {value: application/xml|json, required: true}


--
To view, visit http://gerrit.ovirt.org/14595
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id356a855ba9607fc8bf9aa8bb32dacbf6f564ba2
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

Reply via email to