commit | c6faa5191af97eb12e75d9921a1d6c16d0dd8bc9 | [log] [tgz] |
---|---|---|
author | yatinkarel <ykarel@redhat.com> | Wed Jan 04 11:13:26 2023 +0530 |
committer | yatinkarel <ykarel@redhat.com> | Wed Jan 04 18:40:16 2023 +0530 |
tree | 42f85d19f6e594fdadee176c3a669e69587a3c00 | |
parent | 0302a8e36f4263b82a0df3bfe8de627476b534d2 [diff] |
[ovn] Use ubuntu minimal as advanced image Current kernel in Ubuntu focal minimal image is 5.4.0-1082-kvm and that includes the fix for missing multicast feature[1], let's use the minimal image in ovn jobs too like other scenario jobs[2]. Cannot use minimal image in releases before victoria as those are pinned to neutron-tempest-plugin-1.6.0 and the required patch [3] is only available since 1.8.0. victoria jobs already have advanced image specific overrides, added overrides in ussuri ovn job. [1] https://bugs.launchpad.net/cloud-images/+bug/1946672 [2] https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/813195 [3] https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/813195 Related-Bug: #1948804 Change-Id: Ibe180fc6d1785682033886faf8ba03323bb1a3e8