summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorSoren Hansen <soren@linux2go.dk>2011-02-17 13:46:24 +0100
committerSoren Hansen <soren@linux2go.dk>2011-02-17 13:46:24 +0100
commitf50101fcf845e93637f50e426ceb759641a20b76 (patch)
tree570f74416afa7de63a132da3e3cb8ca77d8bc8d3 /nova
parent7798a551e39cf39a26e966f7ef7ecea52b3f77c3 (diff)
downloadnova-f50101fcf845e93637f50e426ceb759641a20b76.tar.gz
nova-f50101fcf845e93637f50e426ceb759641a20b76.tar.xz
nova-f50101fcf845e93637f50e426ceb759641a20b76.zip
Make eth0 the default for FLAGS.public_interface.
Diffstat (limited to 'nova')
-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')