Add systemd dependency to openvswitch to ovn-controller

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

Closes-bug: #1921097
Change-Id: I2e54771f0a01d22ce95530bef146ea368189db24
This commit is contained in:
Kamil Sambor 2021-03-24 11:46:35 +01:00
parent d80d8ab57b
commit 51059676b6
1 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,8 @@ outputs:
privileged: true
user: root
restart: always
depends_on:
- openvswitch.service
healthcheck:
test:
list_join: