diff --git a/ansible/roles/ovs-dpdk/handlers/main.yml b/ansible/roles/ovs-dpdk/handlers/main.yml index 1bd5761e55..a52ca0be66 100644 --- a/ansible/roles/ovs-dpdk/handlers/main.yml +++ b/ansible/roles/ovs-dpdk/handlers/main.yml @@ -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: diff --git a/releasenotes/notes/ovs-dpdk-task-name-bugfix-099b386886a40236.yaml b/releasenotes/notes/ovs-dpdk-task-name-bugfix-099b386886a40236.yaml new file mode 100644 index 0000000000..58c3096773 --- /dev/null +++ b/releasenotes/notes/ovs-dpdk-task-name-bugfix-099b386886a40236.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fixes an issue were an OVS-DPDK task had a different name + to how it was being notified.