Hide Forgot
Currently the RESTAPI reports the information about the IP addresses of guest network interfaces in several places: 1. /vms/{vm:id} <vm href="..." id="..."> ... <name>whatever</name> ... <guest_info> <ips> <ip address="192.168.122.30"/> </ips> <fqdn>whatever.example.com</fqdn> </guest_info> </vm> 2. /vms/{vm:id}/nics and /vms/{vm:id}/reporteddevices <nics> <nic> ... <reported_devices> <reported_device href="..." id=".."> <name>eth0</name> <description>guest reported data</description> <type>network</type> <mac address="00:1a:4a:b5:4c:94"/> <ips> <ip address="192.168.1.115" version="v4"/> <ip address="fe80::21a:4aff:feb5:4c94" version="v6"/> <ip address="::1:21a:4aff:feb5:4c94" version="v6"/> </ips> <vm href="..." id="..."/> </reported_device> </reported_devices> ... </nic> </nics> Number 1 was the first implementation, and is kept only for backwards compatibility. It should be removed in version 4.x.
The initial discussion about this is in bug 1055556.
This is a backwards compatibility breaking change that we can do only in 4.x, please don't move it back to 3.x.
Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release.
Verified in 4.0.0-0.0.master.20160404161620.git4ffd5a4.el7.centos (build ovirt-4.0_alpha1)
oVirt 4.0.0 has been released, closing current release.