summaryrefslogtreecommitdiffstats
path: root/compass-deck/db
diff options
context:
space:
mode:
Diffstat (limited to 'compass-deck/db')
-rw-r--r--compass-deck/db/api/cluster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/compass-deck/db/api/cluster.py b/compass-deck/db/api/cluster.py
index 7a7022c..9a0b8f0 100644
--- a/compass-deck/db/api/cluster.py
+++ b/compass-deck/db/api/cluster.py
@@ -50,7 +50,7 @@ RESP_CLUSTERHOST_FIELDS = [
'os_installed', 'distributed_system_installed',
'os_name', 'os_id', 'ip',
'reinstall_os', 'reinstall_distributed_system',
- 'owner', 'cluster_id',
+ 'owner', 'cluster_id', 'ipmi_credentials',
'created_at', 'updated_at',
'patched_roles'
]