~sandy-walsh/nova/zones

« back to all changes in this revision

Viewing changes to nova/network/linux_net.py

  • Committer: Sandy Walsh
  • Date: 2011-02-17 21:39:03 UTC
  • mfrom: (635.1.60 nova)
  • Revision ID: sandy.walsh@rackspace.com-20110217213903-swehe88wea8inxow
changed from 003-004 migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
flags.DEFINE_string('networks_path', '$state_path/networks',
46
46
                    'Location to keep network config files')
47
 
flags.DEFINE_string('public_interface', 'vlan1',
 
47
flags.DEFINE_string('public_interface', 'eth0',
48
48
                    'Interface for public IP addresses')
49
49
flags.DEFINE_string('vlan_interface', 'eth0',
50
50
                    'network device for vlans')