Changeset 1262 for trunk/packages/invirt-xen-config/invirt-database
- Timestamp:
- Oct 25, 2008, 6:00:23 PM (16 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-xen-config/invirt-database
r1261 r1262 77 77 vnc = 1 78 78 vncpasswd = 'moocow' 79 device_model = '/usr/sbin/qemu-dm- sipb'79 device_model = '/usr/sbin/qemu-dm-invirt' 80 80 serial = "pty" 81 81 elif codepath == 'paravm': … … 85 85 for n in machine.nics: 86 86 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) 88 88 vif.append(d) 89 89
Note: See TracChangeset
for help on using the changeset viewer.