Merge "Big Switch: Don't clear hash before sync"

This commit is contained in:
Jenkins 2014-10-14 14:04:45 +00:00 committed by Gerrit Code Review
commit 662e18c8ab

View File

@ -447,8 +447,6 @@ class ServerPool(object):
if not self.get_topo_function:
raise cfg.Error(_('Server requires synchronization, '
'but no topology function was defined.'))
# The hash was incorrect so it needs to be removed
hash_handler.put_hash('')
data = self.get_topo_function(**self.get_topo_function_args)
active_server.rest_call('PUT', TOPOLOGY_PATH, data,
timeout=None)