summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoren Hansen <soren@linux2go.dk>2011-02-17 20:42:40 +0000
committerTarmac <>2011-02-17 20:42:40 +0000
commit52753aae3486f654b9fb19d6423fc26dc180644d (patch)
tree54bf9acac9bc37e0fc589ae817413380059ab100
parent3701626e4e7a479eeb66a986ff8537b5fc863a7b (diff)
parentf50101fcf845e93637f50e426ceb759641a20b76 (diff)
Make eth0 the default for the public_interface flag.
-rw-r--r--nova/network/linux_net.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/network/linux_net.py b/nova/network/linux_net.py
index c1cbff7d8..535ce87bc 100644
--- a/nova/network/linux_net.py
+++ b/nova/network/linux_net.py
@@ -44,7 +44,7 @@ flags.DEFINE_string('dhcp_domain',
flags.DEFINE_string('networks_path', '$state_path/networks',
'Location to keep network config files')
-flags.DEFINE_string('public_interface', 'vlan1',
+flags.DEFINE_string('public_interface', 'eth0',
'Interface for public IP addresses')
flags.DEFINE_string('vlan_interface', 'eth0',
'network device for vlans')