Use the correct command to fetch ovs state
Typo fix: s/osv/ovs/ in the command name. Change-Id: I5c42accf5e020ad3ecf652bcabdb8b8521f95907
This commit is contained in:
parent
f8c5fa7939
commit
42bd2a069a
@ -26,5 +26,5 @@
|
|||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
become: yes
|
become: yes
|
||||||
- name: Get OVS
|
- name: Get OVS
|
||||||
shell: "osv-vsctl show > {{ zuul_output_dir }}/logs/post-job-network-ovs.txt"
|
shell: "ovs-vsctl show > {{ zuul_output_dir }}/logs/post-job-network-ovs.txt"
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
Loading…
Reference in New Issue
Block a user