Juan Hernandez has uploaded a new change for review. Change subject: restapi: Add ballooning to RSDL metadata ......................................................................
restapi: Add ballooning to RSDL metadata This patch adds the documentation of the ballooning parameter to the RSDL metadata. Change-Id: Idc73af8bc7b2dc74196f247f464dd31622b8797d Bug-Url: https://bugzilla.redhat.com/1149188 Signed-off-by: Juan Hernandez <[email protected]> (cherry picked from commit 62ca41b21207496f8d1b7f7cbbbd8eca1da61caa) --- M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/64/34064/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 95902b1..10ca094 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 @@ -76,6 +76,7 @@ vm.cpu_shares: xs:int vm.memory: xs:long vm.memory_policy.guaranteed: xs:long + vm.memory_policy.ballooning: xs:boolean vm.high_availability.priority: xs:int vm.high_availability.enabled: xs:boolean vm.domain.name: xs:string @@ -159,6 +160,7 @@ vm.cpu.architecture: xs:string vm.memory: xs:long vm.memory_policy.guaranteed: xs:long + vm.memory_policy.ballooning: xs:boolean vm.high_availability.priority: xs:int vm.high_availability.enabled: xs:boolean vm.domain.name: xs:string @@ -223,6 +225,7 @@ vm.cpu.architecture: xs:string vm.memory: xs:long vm.memory_policy.guaranteed: xs:long + vm.memory_policy.ballooning: xs:boolean vm.high_availability.priority: xs:int vm.high_availability.enabled: xs:boolean vm.domain.name: xs:string @@ -276,6 +279,7 @@ vm.cpu.topology.cores: xs:int vm.memory: xs:long vm.memory_policy.guaranteed: xs:long + vm.memory_policy.ballooning: xs:boolean vm.high_availability.priority: xs:int vm.high_availability.enabled: xs:boolean vm.domain.name: xs:string -- To view, visit http://gerrit.ovirt.org/34064 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idc73af8bc7b2dc74196f247f464dd31622b8797d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
