summaryrefslogtreecommitdiff
path: root/trove/cluster/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'trove/cluster/views.py')
-rw-r--r--trove/cluster/views.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/trove/cluster/views.py b/trove/cluster/views.py
index f60ac0b7..ce669ade 100644
--- a/trove/cluster/views.py
+++ b/trove/cluster/views.py
@@ -55,6 +55,8 @@ class ClusterView(object):
if self.cluster.locality:
cluster_dict['locality'] = self.cluster.locality
+ if self.cluster.configuration_id:
+ cluster_dict['configuration'] = self.cluster.configuration_id
LOG.debug(cluster_dict)
return {"cluster": cluster_dict}