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

This commit is contained in:
Zuul 2021-04-19 13:14:35 +00:00 committed by Gerrit Code Review
commit 602392fd15
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[Unit] [Unit]
Description=Neutron cleanup on startup Description=Neutron cleanup on startup
After=openvswitch.service network.target 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 RefuseManualStop=yes
[Service] [Service]