Hi,
Summary of changes:
- RHEV-M ruby client is completely reworked and how it use Accept header to
'construct' XMLs from RHEV-M
- Tests are updated to version milestone9.2 of RHEV-M API
- Overal performance of RHEV-M driver is increased by ~150% because new client
is
now doing less amount of requests to RHEV-M API
- IP address is now reported correctly if guests tools are installed on RHEV-M
guest vm.
Incompatibilities and changes:
- /api/instances/blabla nwo throw error 500 instead of 404 when instance not
exists. This is a bug in RHEV-M API and it was reported.
- After you create a new instance, it's not automatically created in STOPPED
state but now it's PENDING (because vm in IMAGE_LOCKED state cannot be
started)
- Disk size and memory size is reported incorectly for VM. RHEV-M reporting
'currently used' space in QCOW2 image instead of total space (reported to
RHEV-M API team)
-- Michal