Merge "Don't update RT in _allocate_network" into stable/pike

This commit is contained in:
Zuul 2018-02-05 15:44:48 +00:00 committed by Gerrit Code Review
commit 83ec78af40
1 changed files with 0 additions and 1 deletions

View File

@ -1475,7 +1475,6 @@ class ComputeManager(manager.Manager):
instance.vm_state = vm_states.BUILDING
instance.task_state = task_states.NETWORKING
instance.save(expected_task_state=[None])
self._update_resource_tracker(context, instance)
is_vpn = False
return network_model.NetworkInfoAsyncWrapper(