summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-22 01:49:44 +0000
committerGerrit Code Review <review@openstack.org>2014-10-22 01:49:44 +0000
commit830142e6923ff5fa8303afc22b0b61c39a374fe8 (patch)
tree63717cc57b5c10397642db98273866abaa769493
parent38e8e2982ff9f43aea8f9c85d32ad749042d568a (diff)
parent11f480ea272ad41da542e55e0d35bd84c48d64eb (diff)
downloadneutron-830142e6923ff5fa8303afc22b0b61c39a374fe8.tar.gz
Merge "Big Switch: Don't clear hash before sync" into stable/juno
-rw-r--r--neutron/plugins/bigswitch/servermanager.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/neutron/plugins/bigswitch/servermanager.py b/neutron/plugins/bigswitch/servermanager.py
index 6fdbec36a6..0a86ff4374 100644
--- a/neutron/plugins/bigswitch/servermanager.py
+++ b/neutron/plugins/bigswitch/servermanager.py
@@ -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)