Juan Hernandez has uploaded a new change for review. Change subject: restapi: Add VM pool description to RSDL ......................................................................
restapi: Add VM pool description to RSDL The "description" property of the operation to update a VM pool isn't documented in the metadata file, thus it doesn't appear in the RSDL document and isn't available in the CLI. Change-Id: If0ece6b092eed72ccb1fa04ea05308f046e5755e Bug-Url: https://bugzilla.redhat.com/1085386 Signed-off-by: Juan Hernandez <[email protected]> (cherry picked from commit f462e70c67d79a389dd835088fc35b88838bfa20) --- M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml 1 file changed, 4 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/50/26950/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 1a8575b..60e9ed2 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 @@ -3886,7 +3886,8 @@ signatures: - mandatoryArguments: {} optionalArguments: {vmpool.cluster.id|name: 'xs:string', vmpool.template.id|name: 'xs:string', - vmpool.name: 'xs:string', vmpool.comment: 'xs:string', vmpool.size: 'xs:int', vmpool.max_user_vms: 'xs:int', vmpool.display.proxy: 'xs:string'} + vmpool.name: 'xs:string', vmpool.comment: 'xs:string', vmpool.size: 'xs:int', vmpool.max_user_vms: 'xs:int', vmpool.display.proxy: 'xs:string', + vmpool.description: 'xs:string'} description: update the specified virtual machine pool in the system urlparams: {} headers: @@ -3912,7 +3913,8 @@ signatures: - mandatoryArguments: {vmpool.cluster.id|name: 'xs:string', vmpool.template.id|name: 'xs:string', vmpool.name: 'xs:string'} - optionalArguments: {vmpool.comment: 'xs:string', vmpool.size: 'xs:int', vmpool.max_user_vms: 'xs:int', vmpool.display.proxy: 'xs:string'} + optionalArguments: {vmpool.comment: 'xs:string', vmpool.size: 'xs:int', vmpool.max_user_vms: 'xs:int', vmpool.display.proxy: 'xs:string', + vmpool.description: 'xs:string'} description: add a new vm pool to the system urlparams: {} headers: -- To view, visit http://gerrit.ovirt.org/26950 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If0ece6b092eed72ccb1fa04ea05308f046e5755e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
