Revision 14fe92c7 lib/rpc_defs.py

b/lib/rpc_defs.py
584 584
  "RpcClientDnsOnly": _Prepare([
585 585
    ("version", MULTI, ACCEPT_OFFLINE_NODE, constants.RPC_TMO_URGENT, [], None,
586 586
     None, "Query node version"),
587
    ("node_verify_light", MULTI, None, constants.RPC_TMO_NORMAL, [
588
      ("checkdict", None, None),
589
      ("cluster_name", None, None),
590
      ], None, None, "Request verification of given parameters"),
587 591
    ]),
588 592
  "RpcClientConfig": _Prepare([
589 593
    ("upload_file", MULTI, None, constants.RPC_TMO_NORMAL, [

Also available in: Unified diff