Comment 0 for bug 1341696

Revision history for this message
Suthan Venkataramanaiah (svenkataramanaia) wrote :

Recently in trove a "list" API call change has been made to return IP or hostname -https://bugs.launchpad.net/trove/+bug/1339400 in order to improve performance in Trove instance list .
Now , In python trove client it checks for hostname and make an extra api call for each instances on the list. So we need to prevent this extra call as hostname is still going to be none .