Revision a744b676 daemons/ganeti-masterd

b/daemons/ganeti-masterd
54 54
from ganeti import workerpool
55 55
from ganeti import rpc
56 56
from ganeti import bootstrap
57
from ganeti import netutils
57 58

  
58 59

  
59 60
CLIENT_REQUEST_WORKERS = 16
......
421 422
  other node to be up too to confirm our status.
422 423

  
423 424
  """
424
  myself = utils.HostInfo().name
425
  myself = netutils.HostInfo().name
425 426
  #temp instantiation of a config writer, used only to get the node list
426 427
  cfg = config.ConfigWriter()
427 428
  node_list = cfg.GetNodeList()

Also available in: Unified diff