From 0634fd53e4b8b9519574449ee35a40edfcf6a9d2 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Mon, 3 Sep 2018 11:20:59 +0800 Subject: Passing ipmi credentials to cobbler JIRA: COMPASS-616 Add host ipmi credentials into cobbler system to manage host power. Change-Id: I6ffbb390f920fe146887513d3f7e48f05630a25f Signed-off-by: Harry Huang --- compass-deck/db/api/cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compass-deck/db/api/cluster.py') 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' ] -- cgit 1.2.3-korg