Revision 0105bad3 lib/hypervisor/hv_fake.py

b/lib/hypervisor/hv_fake.py
200 200
    except EnvironmentError, err:
201 201
      raise errors.HypervisorError("Failed to list node info: %s" % err)
202 202
    result['cpu_total'] = cpu_total
203
    # FIXME: export correct data here
204
    result['cpu_nodes'] = 1
205
    result['cpu_sockets'] = 1
203 206

  
204 207
    return result
205 208

  

Also available in: Unified diff