Ignore:
Timestamp:
Oct 25, 2008, 6:00:23 PM (15 years ago)
Author:
broder
Message:

Move the invirt-database Xen config script into invirt-xen-config

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-xen-config/invirt-database

    r1261 r1262  
    7777    vnc = 1
    7878    vncpasswd = 'moocow'
    79     device_model = '/usr/sbin/qemu-dm-sipb'
     79    device_model = '/usr/sbin/qemu-dm-invirt'
    8080    serial = "pty"
    8181elif codepath == 'paravm':
     
    8585for n in machine.nics:
    8686    check(re.match('^[0-9a-fA-F:]+$', n.mac_addr) and re.match('^[0-9.]*$', n.ip))
    87     d = '%smac=%s, ip=%s, script=vif-sipbroute' % (viftype, n.mac_addr, n.ip)
     87    d = '%smac=%s, ip=%s, script=vif-invirtroute' % (viftype, n.mac_addr, n.ip)
    8888    vif.append(d)
    8989
Note: See TracChangeset for help on using the changeset viewer.