ovs_use_veth=True is no longer required

Change-Id: I7fbc9b569807ac303fcb45cb6a1a6e07e40899b1
This commit is contained in:
Terry Wilson
2013-08-12 16:01:37 -05:00
parent b59ac998f2
commit 331d348aa2

View File

@@ -3,9 +3,3 @@ class { 'neutron::plugins::ovs':
network_vlan_ranges => '%(CONFIG_NEUTRON_OVS_VLAN_RANGES)s',
sql_connection => $neutron_sql_connection
}
if $::operatingsystem != 'Fedora' {
neutron_config {
'DEFAULT/ovs_use_veth': value => 'True';
}
}