Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The neutron-ovs-cleanup service is meant to run at boot to tear down ovs interfaces created by Neutron. The service runs and then exits, which means that from Puppet's perspective it is always "stopped". By setting `ensure => started` on the neutron-ovs-cleanup service, puppet was starting this service every time it runs, which would completely disable Neutron networking. This patch removes the `ensure` setting, such that the service will be enabled and will run at boot but will not be erroneously started by Puppet. Change-Id: I5445fcd05f7cf5c48ded209a2895ea7d8732f40f
- Loading branch information