Merge "Big Switch: Don't clear hash before sync"
This commit is contained in:
commit
662e18c8ab
@ -447,8 +447,6 @@ class ServerPool(object):
|
|||||||
if not self.get_topo_function:
|
if not self.get_topo_function:
|
||||||
raise cfg.Error(_('Server requires synchronization, '
|
raise cfg.Error(_('Server requires synchronization, '
|
||||||
'but no topology function was defined.'))
|
'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)
|
data = self.get_topo_function(**self.get_topo_function_args)
|
||||||
active_server.rest_call('PUT', TOPOLOGY_PATH, data,
|
active_server.rest_call('PUT', TOPOLOGY_PATH, data,
|
||||||
timeout=None)
|
timeout=None)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user