kolla-ansible/releasenotes/notes/ovs-dpdk-task-name-bugfix-099b386886a40236.yaml
Juan Pablo Suazo Sarrocchi 95317e5df2 Fixes task name in notify module to the actual task name
An OVS-DPDK task had part of its name capitalized,
presumably due to the newly added ansible linter,
but this change was not reflected in the notify
module which calls the task. This results in an
inability to deploy openstack with OVS-DPDK.

This commit fixes the name of the task in the
notify module.

Closes-Bug: #2033413
Change-Id: Iae8a937bb2c35d2eb83e2c4522d829a6cfe25f0d
Signed-off-by: Juan Pablo Suazo <jsuazo@whitestack.com>
2023-08-29 12:51:44 -04:00

6 lines
113 B
YAML

---
fixes:
- |
Fixes an issue were an OVS-DPDK task had a different name
to how it was being notified.