Merge "Remove reduntant call to update_instance_info_cache"

This commit is contained in:
Jenkins
2013-11-16 07:53:20 +00:00
committed by Gerrit Code Review

View File

@@ -447,8 +447,6 @@ class API(base.Base):
and update cache.
"""
result = self._get_instance_nw_info(context, instance, networks)
update_instance_info_cache(self, context, instance, result,
update_cells=False)
return result
@refresh_cache