Merge "Log the right attached configuration id"

This commit is contained in:
Jenkins 2017-06-15 04:42:01 +00:00 committed by Gerrit Code Review
commit 0dee0e6977
1 changed files with 2 additions and 1 deletions

View File

@ -445,7 +445,8 @@ class Cluster(object):
LOG.debug(
"Node '%(inst_id)s' already has the configuration "
"'%(conf_id)s' attached.",
{'inst_id': instance.id, 'conf_id': configuration_id})
{'inst_id': instance.id,
'conf_id': instance.configuration.id})
# Configuration has been persisted to all instances.
# The cluster is in a consistent state with all nodes