Skip to content

Commit

Permalink
Merge "stop puppet from breaking neutron"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 16, 2014
2 parents 069d086 + 5d953a4 commit dd91a68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion manifests/agents/ovs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
}
if $::neutron::params::ovs_cleanup_service {
service {'ovs-cleanup-service':
ensure => $service_ensure,
name => $::neutron::params::ovs_cleanup_service,
enable => $enabled,
}
Expand Down
3 changes: 1 addition & 2 deletions spec/classes/neutron_agents_ovs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@
it 'configures neutron ovs cleanup service' do
should contain_service('ovs-cleanup-service').with(
:name => platform_params[:ovs_cleanup_service],
:enable => true,
:ensure => 'running'
:enable => true
)
should contain_package('neutron-plugin-ovs').with_before(/Service\[ovs-cleanup-service\]/)
end
Expand Down

0 comments on commit dd91a68

Please sign in to comment.