Bug 1273930 - set vmpool type
Summary: set vmpool type
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: ovirt-engine-sdk-python
Classification: oVirt
Component: General
Version: 3.5.1.0
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ovirt-3.6.0-rc3
: 3.5.6.0
Assignee: Juan Hernández
QA Contact: Karolína Hajná
URL:
Whiteboard: infra
Depends On: 1244841 1286683
Blocks: 1275984 1275987
TreeView+ depends on / blocked
 
Reported: 2015-10-21 14:11 UTC by Anton Chernomaz
Modified: 2016-05-20 01:23 UTC (History)
3 users (show)

Fixed In Version: ovirt-engine-sdk-python-3.5.6.0
Clone Of:
: 1275984 1275987 (view as bug list)
Environment:
Last Closed: 2015-11-27 07:57:06 UTC
oVirt Team: Infra
Embargoed:
juan.hernandez: ovirt-3.6.0?
rule-engine: planning_ack?
juan.hernandez: devel_ack+
pstehlik: testing_ack+


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.