Daniel Erez has uploaded a new change for review. Change subject: restapi: LUN disk creation - storage is not applicable ......................................................................
restapi: LUN disk creation - storage is not applicable Storage domain is not applicable for DirectLUN disks, hence, removed from 'optionalArguments' on rsdl. Change-Id: Ie1a28b47096016b4a5293c349399c98862978d4a Signed-off-by: Daniel Erez <[email protected]> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/23/31923/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 2c2d25c..9a07e14 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 @@ -707,7 +707,6 @@ disk.wipe_after_delete: xs:boolean disk.quota.id: xs:string disk.sgio: xs:string - disk.storage_domains.storage_domain--COLLECTION: {storage_domain.id|name: 'xs:string'} description: add a new direct lun disk to the virtual machine, this operation does not require size but needs lun connection details - mandatoryArguments: {disk.id: 'xs:string'} optionalArguments: @@ -1204,7 +1203,6 @@ disk.wipe_after_delete: xs:boolean disk.quota.id: xs:string disk.sgio: xs:string - disk.storage_domains.storage_domain--COLLECTION: {storage_domain.id|name: 'xs:string'} description: add a new lun disk to the system, this operation does not require size but requires lun connection details urlparams: {} headers: -- To view, visit http://gerrit.ovirt.org/31923 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie1a28b47096016b4a5293c349399c98862978d4a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Daniel Erez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
