Comment 1 for bug 967166

Revision history for this message
Jason Kölker (jason-koelker) wrote :

The instance_info_cache needs to be updated after ip assignment. What's happening is the ip is assigned, but since all of compute/api use the instance_info_cache to get at network data, it won't show up until a get_instance_nw_info is called by compute (usually during the cache heal task).