Ravi Nori has uploaded a new change for review. Change subject: restapi : memory_policy-guaranteed option doesn't exists in 'add vm' autocompletion ......................................................................
restapi : memory_policy-guaranteed option doesn't exists in 'add vm' autocompletion >From cli --memory_policy-guaranteed option doesn't exists in 'add vm' autocompletion options, when it passed it is working (should be added to autocompletion options) Change-Id: I1e201343a782e0fb947ce3055a304db03950d6dd Bug-Url: https://bugzilla.redhat.com/962447 Signed-off-by: Ravi Nori <[email protected]> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/18/14718/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 422423e..51d0a10 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 @@ -103,6 +103,7 @@ vm.os.cmdline: xs:string vm.cpu.topology.cores: xs:int vm.memory: xs:long + vm.memory_policy.guaranteed: xs:long vm.high_availability.priority: xs:int vm.high_availability.enabled: xs:boolean vm.domain.name: xs:string @@ -140,6 +141,7 @@ vm.os.cmdline: xs:string vm.cpu.topology.cores: xs:int vm.memory: xs:long + vm.memory_policy.guaranteed: xs:long vm.high_availability.priority: xs:int vm.high_availability.enabled: xs:boolean vm.domain.name: xs:string -- To view, visit http://gerrit.ovirt.org/14718 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1e201343a782e0fb947ce3055a304db03950d6dd 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
