Merge "Fix OVS-DPDK readiness probe for OVS < v2.10.0"

This commit is contained in:
Zuul 2019-12-08 20:54:19 +00:00 committed by Gerrit Code Review
commit 385803eef2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ exec:
command:
- /bin/bash
- -c
- '/usr/bin/ovs-vsctl show && [ $(ovs-vsctl get Open_vSwitch . dpdk_initialized) == true ]'
- '/usr/bin/ovs-vsctl show && ! /usr/bin/ovs-vsctl list Open_vSwitch | grep -q dpdk_initialized.*false'
{{- end }}
{{- end }}