Skip to content
Snippets Groups Projects
Commit 003306f9 authored by Iustin Pop's avatar Iustin Pop
Browse files

Export more information in RAPI group queries


Sadly we don't have a way to test that, for example, all
(G|N|I)Q_CONFIG fields are exported in RAPI, so for now we don't test
this; but we should, in the future.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 59c1d41e
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,11 @@ G_FIELDS = [
"node_cnt",
"node_list",
"ipolicy",
"custom_ipolicy",
"diskparams",
"custom_diskparams",
"ndparams",
"custom_ndparams",
] + _COMMON_FIELDS
J_FIELDS_BULK = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment