Ravi Nori has uploaded a new change for review. Change subject: restapi : add descriptions to import vm/template SD source/destination params in RSDL ......................................................................
restapi : add descriptions to import vm/template SD source/destination params in RSDL In import vm/template action from cli there is no description indicating which storagedomain is the source storagedomain and which one is the destination. Change-Id: Ie1f5e28d5c3d8047e39c8d3f0fbe95a794c2d9dc 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, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/91/24191/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 cca493e..116db22 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 @@ -1424,7 +1424,7 @@ signatures: - mandatoryArguments: {action.cluster.id|name: 'xs:string'} optionalArguments: {action.storage_domain.id|name: 'xs:string', action.clone: 'xs:boolen', action.exclusive: 'xs:boolen', action.template.name: 'xs:string', action.vm.disks.disk--COLLECTION: {disk.id: 'xs:string'}, action.async: 'xs:boolean', action.grace_period.expiry: 'xs:long'} - description: import the template from the export or data domain into the specified cluster + description: import the template from the export or data domain identified by storagedomain-identifier into the destination storage domain identified by storage_domain.id|name urlparams: {} headers: Content-Type: {value: application/xml|json, required: true} @@ -1480,7 +1480,7 @@ 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'}, action.grace_period.expiry: 'xs:long'} - description: import the specified virtual machine in the storage domain into the specified cluster + description: import the specified virtual machine from the source storagedomain identified by storagedomain-identifier into the destination storage domain identified by storage_domain.id|name urlparams: {} headers: Content-Type: {value: application/xml|json, required: true} -- To view, visit http://gerrit.ovirt.org/24191 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie1f5e28d5c3d8047e39c8d3f0fbe95a794c2d9dc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Ravi Nori <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
