Bug 1286683
| Summary: | API doesn't support specifying vm-pool type | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Michal Skrivanek <michal.skrivanek> |
| Component: | RestAPI | Assignee: | Michal Skrivanek <michal.skrivanek> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Gonza <grafuls> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | --- | CC: | bugs, ecohen, gklein, khajna, lsurette, mgoldboi, michal.skrivanek, nicolas, rbalakri, sbonazzo, slitmano, smelamud, yeylon, ylavi |
| Target Milestone: | ovirt-3.5.7 | Flags: | michal.skrivanek:
ovirt-3.5.z?
michal.skrivanek: planning_ack? michal.skrivanek: devel_ack+ pnovotny: testing_ack+ |
| Target Release: | 3.5.7 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | virt | ||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
REST API now supports specifying the pool type on creation (manual or automatic)
|
Story Points: | --- |
| Clone Of: | 1244841 | Environment: | |
| Last Closed: | 2015-12-21 13:08:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1244841 | ||
| Bug Blocks: | 1273930, 1275984, 1275987 | ||
|
Description
Michal Skrivanek
2015-11-30 13:46:15 UTC
note this is already in 3.5.6 code base. Setting 3.5.7 based on the build meeting request Verified with:
ovirt-engine-3.6.2-0.0.master.20151209173828.git652be7e.el6.noarch
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<vmpool href="/api/vmpools/9945c511-8c80-4f94-aaa5-bcd275cbc2f2" id="9945c511-8c80-4f94-aaa5-bcd275cbc2f2">
<actions>
<link href="/api/vmpools/9945c511-8c80-4f94-aaa5-bcd275cbc2f2/allocatevm" rel="allocatevm"/>
</actions>
<name>test</name>
<description></description>
<link href="/api/vmpools/9945c511-8c80-4f94-aaa5-bcd275cbc2f2/permissions" rel="permissions"/>
<size>3</size>
<cluster href="/api/clusters/803b4bcf-a03b-4641-be39-297c968bd992" id="803b4bcf-a03b-4641-be39-297c968bd992"/>
<template href="/api/templates/87786685-3765-46cb-aadc-8a22029b0989" id="87786685-3765-46cb-aadc-8a22029b0989"/>
<vm href="/api/vms/4383cfae-f6e8-465e-8709-df30778bd8a8" id="4383cfae-f6e8-465e-8709-df30778bd8a8">
<name>test-1</name>
<type>server</type>
<status>
<state>down</state>
</status>
<memory>4294967296</memory>
<cpu>
<topology sockets="1" cores="2"/>
<architecture>X86_64</architecture>
</cpu>
<cpu_shares>0</cpu_shares>
<bios>
<boot_menu>
<enabled>false</enabled>
</boot_menu>
</bios>
<os type="other_linux">
<boot dev="cdrom"/>
<boot dev="hd"/>
</os>
<creation_time>2015-12-17T11:55:44.441+01:00</creation_time>
<origin>ovirt</origin>
<stateless>false</stateless>
<delete_protected>false</delete_protected>
<high_availability>
<enabled>false</enabled>
<priority>0</priority>
</high_availability>
<display>
<type>vnc</type>
<monitors>1</monitors>
<single_qxl_pci>false</single_qxl_pci>
<allow_override>false</allow_override>
<smartcard_enabled>false</smartcard_enabled>
<file_transfer_enabled>true</file_transfer_enabled>
<copy_paste_enabled>true</copy_paste_enabled>
<disconnect_action>LOCK_SCREEN</disconnect_action>
</display>
<sso>
<methods>
<method id="GUEST_AGENT"/>
</methods>
</sso>
<timezone>Etc/GMT</timezone>
<usb>
<enabled>false</enabled>
</usb>
<migration_downtime>-1</migration_downtime>
<start_paused>false</start_paused>
<migration>
<auto_converge>inherit</auto_converge>
<compressed>inherit</compressed>
</migration>
<io>
<threads>0</threads>
</io>
<time_zone>
<name>Etc/GMT</name>
</time_zone>
<large_icon id="e6cdc984-c957-4c99-bdd7-dade4774c14d"/>
<memory_policy>
<guaranteed>4294967296</guaranteed>
</memory_policy>
<stop_time>2015-12-17T11:55:58.994+01:00</stop_time>
<initialization>
<regenerate_ssh_keys>false</regenerate_ssh_keys>
<nic_configurations/>
</initialization>
<placement_policy/>
<next_run_configuration_exists>false</next_run_configuration_exists>
<numa_tune_mode>interleave</numa_tune_mode>
</vm>
<prestarted_vms>2</prestarted_vms>
<max_user_vms>1</max_user_vms>
<type>manual</type>
<use_latest_template_version>false</use_latest_template_version>
</vmpool>
ovirt 3.5 is no longer built, so closing this as working in the next release 3.6 |