Merge "Following up patch of 7d0f8ab36074c38327d47280c7f3ef6bbaad7f1a"

This commit is contained in:
Jenkins 2017-05-02 01:48:21 +00:00 committed by Gerrit Code Review
commit 6e2783700e
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ class EngineManager(base_manager.BaseEngineManager):
# Just retrun if we fail to get nodes maintenance state.
return
node_dict = {node.server_uuid: node for node in nodes}
node_dict = {node.instance_uuid: node for node in nodes}
if not node_dict:
LOG.warning("While synchronizing server maintenance states, "