Merge "Fixes task name in notify module to the actual task name"

This commit is contained in:
Zuul 2023-08-30 14:49:25 +00:00 committed by Gerrit Code Review
commit 3bdcaa2ed1
2 changed files with 6 additions and 1 deletions

View File

@ -19,7 +19,7 @@
- Restart ovsdpdk-vswitchd container
- Ensuring ovsdpdk bridges are properly setup named
- wait for dpdk tunnel ip
- ovs-dpdk gather facts
- OVS-DPDK gather facts
- name: Waiting the ovs db service to be ready
vars:

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes an issue were an OVS-DPDK task had a different name
to how it was being notified.