Comment 0 for bug 2055409

Revision history for this message
Rodrigo Barbieri (rodrigo-barbieri2010) wrote : config OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES does not apply to instance detail page

Setting the config option OPENSTACK_INSTANCE_RETRIEVE_IP_ADDRESSES to False successfully allows skipping neutron calls when loading the instance list page, therefore speeding up page loading. However, when clicking on an instance and loading the instance details page it still makes the neutron calls, taking a very long time.

The usage of the config option in the code could be adjusted to also be used when loading the instance details page, thus speeding up the page loading there as well.