Revision ae5849b5 daemons/ganeti-masterd

b/daemons/ganeti-masterd
240 240
      op = opcodes.OpQueryExports(nodes=nodes)
241 241
      return self._Query(op)
242 242

  
243
    elif method == luxi.REQ_QUERY_CONFIG_VALUES:
244
      fields = args
245
      op = opcodes.OpQueryConfigValues(output_fields=fields)
246
      return self._Query(op)
247

  
243 248
    else:
244 249
      raise ValueError("Invalid operation")
245 250

  

Also available in: Unified diff