Merge "Default to ovs_use_veth = True on non-Fedora systems" into grizzly

This commit is contained in:
Jenkins
2013-08-07 06:57:30 +00:00
committed by Gerrit Code Review

View File

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