diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2018-09-03 03:27:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-03 03:27:49 +0000 |
commit | 94a116a7152d2003b964dcb7cc644b1b866e42ce (patch) | |
tree | 3b782128a0992a22c657a4b2311c23f816826de3 /compass-tasks-base/db/api | |
parent | 089d7621221294e7d43605ff418cc95297844384 (diff) | |
parent | 0634fd53e4b8b9519574449ee35a40edfcf6a9d2 (diff) |
Merge "Passing ipmi credentials to cobbler"
Diffstat (limited to 'compass-tasks-base/db/api')
-rw-r--r-- | compass-tasks-base/db/api/cluster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compass-tasks-base/db/api/cluster.py b/compass-tasks-base/db/api/cluster.py index 7a7022c..9a0b8f0 100644 --- a/compass-tasks-base/db/api/cluster.py +++ b/compass-tasks-base/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' ] |