summaryrefslogtreecommitdiffstats
path: root/qtip
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-06-28 15:26:45 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-06-28 17:12:22 +0800
commit76cb6b08ce04492bd02bec43487a82f99a0a2c5f (patch)
treef10e758da0ebb45cf6298d7a42211f26b6917deb /qtip
parent116b5101e8f917b23b49ad91f0a65fada76e8c5e (diff)
Fix bug in aggregation
Change-Id: Ic6613a9ab585894984e1cdab6ead3a84d1c4af9c Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'qtip')
-rw-r--r--qtip/ansible_library/plugins/action/aggregate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtip/ansible_library/plugins/action/aggregate.py b/qtip/ansible_library/plugins/action/aggregate.py
index 36ea0ef1..10565595 100644
--- a/qtip/ansible_library/plugins/action/aggregate.py
+++ b/qtip/ansible_library/plugins/action/aggregate.py
@@ -52,5 +52,5 @@ def aggregate(hosts, basepath, src):
'score': score,
'name': 'compute',
'description': 'POD Compute QPI',
- 'children': host_results
+ 'nodes': host_results
}