tripleo-heat-templates/docker/services/neutron/neutron-cleanup.service
beagles 8126573718 Add cleanup service for neutron ovs bridges
Neutron used to run a neutron-ovs-cleanup service on startup and
shutdown to ensure clean configuration. Container specific version of
the cleanup service is needed as we are no longer installing neutron
packages in the overcloud image and the ordering dependencies of the
legacy services are not suitable for containerized neutron deployments.

Closes-Bug: #1786311

Change-Id: Iddd191f06b0a7cadb463abec7ef152c89fddb3cd
2018-08-13 09:27:17 -02:30

13 lines
231 B
Desktop File

[Unit]
Description=Neutron cleanup on startup
After=openvswitch.service network.target
Before=docker.service
RefuseManualStop=yes
[Service]
Type=oneshot
ExecStart=/usr/libexec/neutron-cleanup
[Install]
WantedBy=multi-user.target