| Summary: | Python-SDK: add support for URL parameters in updates | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Juan Hernández <juan.hernandez> |
| Component: | ovirt-engine-sdk-python | Assignee: | Ondra Machacek <omachace> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukas Svaty <lsvaty> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.6.3 | CC: | juan.hernandez, lsurette, mgoldboi, michal.skrivanek, mperina, oourfali, pstehlik, rbalakri, Rhev-m-bugs, rhodain, srevivo, ykaul |
| Target Milestone: | ovirt-4.0.5 | Keywords: | ZStream |
| Target Release: | 4.0.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-ovirt-engine-sdk4-4.0.2-1.el7ev | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1318212 | Environment: | |
| Last Closed: | 2017-06-24 05:47:55 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: | |
| Bug Depends On: | 1318212 | ||
| Bug Blocks: | |||
|
Description
Juan Hernández
2016-03-16 11:32:31 UTC
oVirt 4.0 Alpha has been released, moving to oVirt 4.0 Beta target. Bug #1318212 was fixed for API version 4 only. So targeting this to Python SDK v4. It's possible to send URL parameter as follows: vms_service = connection.system_service().vms_service() vm = vms_service.list(search='name=myvm')[0] vm_service = vms_service.vm_service(vm.id).get(next_run=True) verified in enum34==1.1.6 ovirt-engine-sdk-python==4.0.2 pycurl==7.43.0 six==1.10.0 |