Bug 2091952

Summary: ovn-controller container build is failing with Error: nothing provides ovn-22.03-host needed by rhosp-ovn-host-22.03-4.el9osttrunk.noarch
Product: Red Hat OpenStack Reporter: Sandeep Yadav <sandyada>
Component: distributionAssignee: OSP Team <rhos-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Lon Hohberger <lhh>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 17.0 (Wallaby)CC: jjoyce, jschluet, mburns, mgarciac, shrjoshi
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: rhosp-openvswitch-2.17-5.el9osttrunk Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-06-01 12:29:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sandeep Yadav 2022-05-31 11:59:25 UTC
Description of problem:

ovn-controller container build is failing with Error: nothing provides ovn-22.03-host needed by rhosp-ovn-host-22.03-4.el9osttrunk.noarch

Version-Release number of selected component (if applicable):

RHOS17 on Rhel9

How reproducible:
Everytime


Steps to Reproduce:
1. Build Openstack containers


Actual results:

Container build is failing with deps issue:-

~~~
Error: 
 Problem: conflicting requests
  - nothing provides ovn-22.03-host needed by rhosp-ovn-host-22.03-4.el9osttrunk.noarch
~~~

Expected results:

Container build should pass


Additional info:

Comment 2 Lon Hohberger 2022-05-31 13:39:59 UTC
This happens because of the shift from ovn-[VERSION]-[VERSION] to ovn[VERSION]-[VERSION] that happened from 2021->2022.

The Provides/Obsoletes/Requires all need to be fixed to match the shift back to the corrected versioning scheme.