8126573718
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
13 lines
231 B
Desktop File
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
|