Comment 0 for bug 1092009

Revision history for this message
Nachi Ueno (nati-ueno) wrote : /server/uuid/ips didn't work with quantum

Nova has API which shows ips of servers
/server/uuid/ips

This API didn't work with Quantum.
Because it queries network_model.NetworkInfo DB but it is not used with Quantum

 https://github.com/openstack/nova/blob/master/nova/compute/utils.py#L206

# Note this bug is blocker for quantum-gate