From dc2d6c9810e5939ba5b46d1cb6a988e89cb8161f Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Mar 21 2012 19:28:54 +0000 Subject: have listHosts return the same fields as getHost --- diff --git a/hub/kojihub.py b/hub/kojihub.py index 60dbfa5..9b0ac59 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -8464,7 +8464,7 @@ class RootExports(object): are specified, only hosts with the given value for the respective field will be included.""" fields = ('id', 'user_id', 'name', 'arches', 'task_load', - 'capacity', 'ready', 'enabled') + 'capacity', 'description', 'comment', 'ready', 'enabled') clauses = [] joins = []