Add systemd dependency to openvswitch to neutron agents

Certain neutron agents need openvswitch to be running properly. This
patch adds the required depends_on so paunch can add the dependency to
the systemd service file.

Change-Id: I72b8c984fc9ae2216c8a19491ba5d7d8d58d8d3b
This commit is contained in:
Brent Eagles
2019-04-02 09:37:21 -02:30
parent c297ec2a3e
commit fa37170f81
3 changed files with 6 additions and 0 deletions
@@ -298,6 +298,8 @@ outputs:
privileged: true
restart: always
security_opt: 'label=disable'
depends_on:
- openvswitch
healthcheck:
test:
list_join:
@@ -266,6 +266,8 @@ outputs:
pid: host
privileged: true
restart: always
depends_on:
- openvswitch
healthcheck:
test:
list_join:
@@ -293,6 +293,8 @@ outputs:
privileged: true
security_opt: 'label=disable'
restart: always
depends_on:
- openvswitch
healthcheck:
test:
list_join: