Merge "Provide manage_service to neutron::agents::ml2::ovs"

This commit is contained in:
Jenkins 2015-07-16 13:39:58 +00:00 committed by Gerrit Code Review
commit b9a1f31df3
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ if hiera('step') >= 3 {
tenant_network_types => [hiera('neutron_tenant_network_type')],
}
class { 'neutron::agents::ml2::ovs':
# manage_service => false # not implemented
manage_service => false,
enabled => false,
bridge_mappings => split(hiera('neutron_bridge_mappings'), ','),
tunnel_types => split(hiera('neutron_tunnel_types'), ','),