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
(cherry picked from commit 51059676b6)
This commit is contained in:
Kamil Sambor 2021-03-24 11:46:35 +01:00
parent ae711f8821
commit d81c5544d2
1 changed files with 2 additions and 0 deletions

View File

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