Revision a9f33339 lib/rpc_defs.py

b/lib/rpc_defs.py
489 489
    ("checkdict", None, "What to verify"),
490 490
    ("cluster_name", None, "Cluster name"),
491 491
    ("all_hvparams", None, "Dictionary mapping hypervisor names to hvparams"),
492
    ("node_groups", None, "node names mapped to their group uuids"),
493
    ("groups_cfg", None,
494
      "a dictionary mapping group uuids to their configuration"),
492 495
    ], None, None, "Request verification of given parameters"),
493 496
  ("node_volumes", MULTI, None, constants.RPC_TMO_FAST, [], None, None,
494 497
   "Gets all volumes on node(s)"),
......
611 614
      ("checkdict", None, "What to verify"),
612 615
      ("cluster_name", None, "Cluster name"),
613 616
      ("hvparams", None, "Dictionary mapping hypervisor names to hvparams"),
617
      ("node_groups", None, "node names mapped to their group uuids"),
618
      ("groups_cfg", None,
619
       "a dictionary mapping group uuids to their configuration"),
614 620
      ], None, None, "Request verification of given parameters"),
615 621
    ]),
616 622
  "RpcClientConfig": _Prepare([

Also available in: Unified diff