From 2634be00b862b3577d6f40c72486339fbc27c937 Mon Sep 17 00:00:00 2001 From: Bob Ball Date: Mon, 29 Apr 2013 23:35:57 +0100 Subject: [PATCH] Correcting comment for HOST_IP_IFACE Change-Id: I4c3438dc1168401c193841976cf8ba8534b33679 Fixes: bug #1174455 --- tools/xen/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/xen/README.md b/tools/xen/README.md index 1cd45cff55..3fadc7839c 100644 --- a/tools/xen/README.md +++ b/tools/xen/README.md @@ -57,8 +57,12 @@ Of course, use real passwords if this machine is exposed. MULTI_HOST=1 # Give extra time for boot ACTIVE_TIMEOUT=45 - # Interface on which you would like to access services - HOST_IP_IFACE=ethX + # Host Interface, i.e. the interface on the nova vm you want to expose the + # services on. Usually eth2 (management network) or eth3 (public network) and + # not eth0 (private network with XenServer host) or eth1 (VM traffic network) + # This is also used as the interface for the Ubuntu install + # The default is eth3. + # HOST_IP_IFACE=eth3 # First time Ubuntu network install params NETINSTALLIP="dhcp" NAMESERVERS=""