Bug 1273930

Summary: set vmpool type
Product: [oVirt] ovirt-engine-sdk-python Reporter: Anton Chernomaz <anton>
Component: GeneralAssignee: Juan Hernández <juan.hernandez>
Status: CLOSED CURRENTRELEASE QA Contact: Karolína Hajná <khajna>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.5.1.0CC: bugs, oourfali, pstehlik
Target Milestone: ovirt-3.6.0-rc3Flags: juan.hernandez: ovirt-3.6.0?
rule-engine: planning_ack?
juan.hernandez: devel_ack+
pstehlik: testing_ack+
Target Release: 3.5.6.0   
Hardware: x86_64   
OS: Linux   
Whiteboard: infra
Fixed In Version: ovirt-engine-sdk-python-3.5.6.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1275984 1275987 (view as bug list) Environment:
Last Closed: 2015-11-27 07:57:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1244841, 1286683    
Bug Blocks: 1275984, 1275987    

Description Anton Chernomaz 2015-10-21 14:11:11 UTC
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:

Comment 1 Juan Hernández 2015-10-21 14:20:32 UTC
Currently this is impossible. It will be possible starting with version 3.5.6, see bug 1244841.

Comment 2 Red Hat Bugzilla Rules Engine 2015-11-02 12:27:02 UTC
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.

Comment 3 Karolína Hajná 2015-11-10 11:45:33 UTC
Verified on rhevm-sdk-python-3.5.6.0-1.el6ev.noarch

Comment 4 Sandro Bonazzola 2015-11-27 07:57:06 UTC
Since oVirt 3.6.0 has been released, moving from verified to closed current release.