Fix images pull in ovs-dpdk role

This patch fixes ovs-dpdk images pull by adding
the variable kolla_role_name to the ovs-dpdk vars, so
services-image-pull can work correctly.

Closes-Bug: #2041864
Change-Id: I2e799290a57ebfacbc0ff9a0b1ca3dc956c513df
Signed-off-by: German Espinoza <gespinoza@whitestack.com>
(cherry picked from commit a81a53092d)
This commit is contained in:
German Espinoza 2023-10-30 12:01:11 -05:00 committed by Maksim Malchuk
parent 7abaa51c9c
commit 2214a42f63
2 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,4 @@
---
project_name: "ovs"
kolla_role_name: "ovsdpdk"

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes ``ovs-dpdk`` images pull.
`LP#[2041864] <https://launchpad.net/bugs/2041864>`__