Bug 1273930
| Summary: | set vmpool type | |||
|---|---|---|---|---|
| Product: | [oVirt] ovirt-engine-sdk-python | Reporter: | Anton Chernomaz <anton> | |
| Component: | General | Assignee: | Juan Hernández <juan.hernandez> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Karolína Hajná <khajna> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 3.5.1.0 | CC: | bugs, oourfali, pstehlik | |
| Target Milestone: | ovirt-3.6.0-rc3 | Flags: | 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 | |||
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. |
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: