|
...
|
...
|
@@ -57,8 +57,12 @@ Of course, use real passwords if this machine is exposed.
|
|
57
|
57
|
MULTI_HOST=1
|
|
58
|
58
|
# Give extra time for boot
|
|
59
|
59
|
ACTIVE_TIMEOUT=45
|
|
60
|
|
- # Interface on which you would like to access services
|
|
61
|
|
- HOST_IP_IFACE=ethX
|
|
|
60
|
+ # Host Interface, i.e. the interface on the nova vm you want to expose the
|
|
|
61
|
+ # services on. Usually eth2 (management network) or eth3 (public network) and
|
|
|
62
|
+ # not eth0 (private network with XenServer host) or eth1 (VM traffic network)
|
|
|
63
|
+ # This is also used as the interface for the Ubuntu install
|
|
|
64
|
+ # The default is eth3.
|
|
|
65
|
+ # HOST_IP_IFACE=eth3
|
|
62
|
66
|
# First time Ubuntu network install params
|
|
63
|
67
|
NETINSTALLIP="dhcp"
|
|
64
|
68
|
NAMESERVERS=""
|