From 37e61a779d82a83555942bdf9b224a848a47ea46 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 16 Feb 2012 10:56:40 +0100 Subject: [PATCH] Export ndparams in RAPI node query Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- lib/rapi/rlib2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/rapi/rlib2.py b/lib/rapi/rlib2.py index 46e002973..e31d7e1e9 100644 --- a/lib/rapi/rlib2.py +++ b/lib/rapi/rlib2.py @@ -1,7 +1,7 @@ # # -# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Google Inc. +# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Google Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -86,6 +86,7 @@ N_FIELDS = ["name", "offline", "master_candidate", "drained", "pip", "sip", "role", "pinst_list", "sinst_list", "master_capable", "vm_capable", + "ndparams", "group.uuid", ] + _COMMON_FIELDS -- GitLab