change HVM nic model to pcnet
[invirt/packages/invirt-xen-config.git] / templatize-xend-config
index 41fc9cc..1dc1a3a 100755 (executable)
@@ -8,7 +8,7 @@ internal_ip = None
 # This hack is necessary because cfg.hosts is an array rather than a dict.
 for host in cfg.hosts:
   if host.hostname == fqdn:
 # This hack is necessary because cfg.hosts is an array rather than a dict.
 for host in cfg.hosts:
   if host.hostname == fqdn:
-    internal_ip = host.internal_ip
+    internal_ip = host.internal_ips[0]
     break
 
 class xend_template_exception(Exception): pass
     break
 
 class xend_template_exception(Exception): pass