Merge "Add service ordering to cleanup service to avoid conflicts with agent startup" into stable/victoria

This commit is contained in:
Zuul 2021-12-07 22:17:56 +00:00 committed by Gerrit Code Review
commit e0cae6960c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[Unit]
Description=Neutron cleanup on startup
After=openvswitch.service network.target
Before=docker.service
Before=tripleo_neutron_ovs_agent.service tripleo_neutron_dhcp.service tripleo_neutron_l3_agent.service tripleo_nova_compute.service
RefuseManualStop=yes
[Service]