Comment 1 for bug 1751923

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: _heal_instance_info_cache periodic task bases on port list from nova db, not from neutron server

Can we pass some kind of force_refresh parameter (which defaults to existing behavior) which will do the full refresh and then the _heal_instance_info_cache would be the only thing that passes True for that?

I worry about all of the spaghetti code in there and existing usage by different callers, but the heal instance info cache periodic task is meant to be a full refresh based on latest information from neutron, so it seems reasonable to do it in that case.