Ori Liel has uploaded a new change for review. Change subject: restapi: Fix Spelling Mistakes in YAML file ......................................................................
restapi: Fix Spelling Mistakes in YAML file Change-Id: Ie9a303b013089c086a5d845cc3f525ae48bdcd5c Signed-off-by: Ori Liel <[email protected]> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/30/23230/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 a9abe8f..6518ade 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 @@ -993,7 +993,7 @@ Correlation-Id: {value: 'any string', required: false} Filter: {value: true|false, required: false} - name: /disks|rel=add - description: add a new disk the system + description: add a new disk to the system request: body: parameterType: Disk @@ -1009,7 +1009,7 @@ disk.propagate_errors: xs:boolean disk.wipe_after_delete: xs:boolean disk.storage_domains.storage_domain--COLLECTION: {storage_domain.id|name: 'xs:string'} - description: add a new disk the system with specified size, space will be allocated from the storage domain for the disk + description: add a new disk to the system with specified size, space will be allocated from the storage domain for the disk #the signature below is for direct-LUN disk, which doesn't require size, but requires the lun id, the lun type, and the lun connection-details. - mandatoryArguments: {disk.interface: 'xs:string', disk.format: 'xs:string', disk.lun_storage.type: 'xs:string', disk.lun_storage.logical_unit--COLLECTION: {logical_unit.id: 'xs:string', logical_unit.address: 'xs:string', logical_unit.port: 'xs:int', logical_unit.target: 'xs:string'}} @@ -1022,7 +1022,7 @@ disk.wipe_after_delete: xs:boolean disk.sgio: xs:string disk.storage_domains.storage_domain--COLLECTION: {storage_domain.id|name: 'xs:string'} - description: add a new lun disk the system, this operation does not require size but requires lun connection details + description: add a new lun disk to the system, this operation does not require size but requires lun connection details urlparams: {} headers: Content-Type: {value: application/xml|json, required: true} @@ -1046,7 +1046,7 @@ urlparams: {} headers: {} - name: /disks/{disk:id}/permissions|rel=get - description: get the list of permission for the disk in the system. Disk inherits permissions from the VM it is attached to and from the storage domain it resides on (if there is one) + description: get the list of permissions for the disk in the system. Disk inherits permissions from the VM it is attached to and from the storage domain it resides on (if there is one) request: body: parameterType: null @@ -1503,7 +1503,7 @@ cluster.scheduling_policy.thresholds.low: 'xs:int', cluster.scheduling_policy.thresholds.high: 'xs:int', cluster.scheduling_policy.thresholds.duration: 'xs:int', cluster.error_handling.on_error: 'xs:string', cluster.virt_service: 'xs:boolean', cluster.gluster_service: 'xs:boolean', cluster.threads_as_cores: 'xs:boolean', cluster.tunnel_migration: 'xs:boolean', cluster.ballooning_enabled: 'xs:boolean', cluster.cpu.architecture: 'xs:string', cluster.display.proxy: 'xs:string'} - description: update the specified cluster in the system. The capabilities like virt servicem luster service, tarnsparent huge pages etc can be changed. + description: update the specified cluster in the system. The capabilities like virt service, cluster service, tarnsparent huge pages etc can be changed. urlparams: {} headers: Content-Type: {value: application/xml|json, required: true} @@ -1535,7 +1535,7 @@ max: {context: matrix, type: 'xs:int', value: 'max results', required: false} headers: {} - name: /clusters/{cluster:id}/networks/{network:id}|rel=get - description: get the detials of the specified network in the cluster + description: get the details of the specified network in the cluster request: body: parameterType: null -- To view, visit http://gerrit.ovirt.org/23230 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie9a303b013089c086a5d845cc3f525ae48bdcd5c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ori Liel <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
