~cisco-openstack/nova/network-refactoring-l2

« back to all changes in this revision

Viewing changes to nova/virt/libvirt/vif.py

  • Committer: Ryu Ishimoto
  • Date: 2011-07-21 07:31:14 UTC
  • Revision ID: ryu@midokura.jp-20110721073114-sm9r6hf7q8r0mlbh
Fixed PEP8 issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
FLAGS = flags.FLAGS
31
31
 
32
32
flags.DEFINE_string('libvirt_ovs_integration_bridge', 'br-int',
33
 
                        'Name of Integration Bridge used by Open vSwitch')
 
33
                    'Name of Integration Bridge used by Open vSwitch')
34
34
 
35
35
 
36
36
class LibvirtBridgeDriver(VIFDriver):