Revision 400ca2f7 scripts/gnt-os

b/scripts/gnt-os
45 45
  """
46 46
  op = opcodes.OpDiagnoseOS(output_fields=["name", "valid", "variants"],
47 47
                            names=[])
48
  result = SubmitOpCode(op)
48
  result = SubmitOpCode(op, opts=opts)
49 49

  
50 50
  if not result:
51 51
    ToStderr("Can't get the OS list")
......
98 98
  """
99 99
  op = opcodes.OpDiagnoseOS(output_fields=["name", "valid", "variants",
100 100
                                           "node_status"], names=[])
101
  result = SubmitOpCode(op)
101
  result = SubmitOpCode(op, opts=opts)
102 102

  
103 103
  if not result:
104 104
    ToStderr("Can't get the OS list")

Also available in: Unified diff