summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-15 04:42:01 +0000
committerGerrit Code Review <review@openstack.org>2017-06-15 04:42:01 +0000
commit0dee0e69770b964b0a38c15da085ff61c3d6048f (patch)
tree0868839a9e7bc0dc3dbfa5ff6ea6fd551ca8a18b
parent404a2f0322e71f8c161d4816d63712def71b2523 (diff)
parent650235435d599a2151cdaf8a46c91651fa6d7a08 (diff)
downloadtrove-0dee0e69770b964b0a38c15da085ff61c3d6048f.tar.gz
Merge "Log the right attached configuration id"
-rw-r--r--trove/cluster/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/trove/cluster/models.py b/trove/cluster/models.py
index 4f330eed..698d508a 100644
--- a/trove/cluster/models.py
+++ b/trove/cluster/models.py
@@ -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