Description of problem: I need to set vmpool type to manual ( can do this via webui ) and fail to find any trace in documentation please assist Version-Release number of selected component (if applicable): i am using : ovirt-engine-sdk-python 3.5.1.0 and ovirt oVirt Engine Version: 3.5.2.1-1.el6 How reproducible: src_tpl = api.vmpools.add(params.VmPool( name = poolname, template = params.Template(id=templateid), cluster = params.Cluster(id=clusterid), size = int(numvm), description = desc, max_user_vms = 1 ) ) Steps to Reproduce: 1. 2. 3. Actual results: always get automatic pool type Expected results: would like to know what params. need to use as failed to find in documentation Additional info:
Currently this is impossible. It will be possible starting with version 3.5.6, see bug 1244841.
Bug tickets that are moved to testing must have target release set to make sure tester knows what to test. Please set the correct target release before moving to ON_QA.
Verified on rhevm-sdk-python-3.5.6.0-1.el6ev.noarch
Since oVirt 3.6.0 has been released, moving from verified to closed current release.