source: sampleserver/__init__.py@ 6229

Last change on this file since 6229 was 6229, checked in by roland, 17 years ago

Fixed add nic error:
return "%s-%s.%s.%s" % (desc, nic.iface, node.name, node.network.domainname)
didnot work because nic.iface doesnot exist yet. Changed "nic.iface" to "nic"

File size: 0 bytes

(The file is empty)

Note: See TracBrowser for help on using the repository browser.