Ravi Nori has uploaded a new change for review. Change subject: restapi : host_id" and "host_name" are not on the autocompletion list for 'update storagedomain' (#966661) ......................................................................
restapi : host_id" and "host_name" are not on the autocompletion list for 'update storagedomain' (#966661) Autocompletion list for 'update storagedomain' does not show host_id or host_name as one of the options. But one of host id or name is required for update. Change-Id: I676d437597ab8ed2b66ec609d837685d296399ad Bug-Url: https://bugzilla.redhat.com/966661 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/66/15166/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 5cc2f7a..ee9041b 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 @@ -823,7 +823,7 @@ signatures: - mandatoryArguments: {} optionalArguments: {storagedomain.name: 'xs:string'} - - mandatoryArguments: {storagedomain.storage.logical_unit--COLLECTION: {logical_unit.address: 'xs:string', + - mandatoryArguments: {storagedomain.host.id|name: 'xs:string', storagedomain.storage.logical_unit--COLLECTION: {logical_unit.address: 'xs:string', logical_unit.port: 'xs:int', logical_unit.target: 'xs:string', logical_unit.username: 'xs:string', logical_unit.password: 'xs:string', logical_unit.serial: 'xs:string', logical_unit.vendor_id: 'xs:string', logical_unit.product_id: 'xs:string', logical_unit.lun_mapping: 'xs:int', logical_unit.portal: 'xs:string', logical_unit.paths: 'xs:int', logical_unit.id: 'xs:string'}} -- To view, visit http://gerrit.ovirt.org/15166 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I676d437597ab8ed2b66ec609d837685d296399ad 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
