Description of problem: If you go to an OpenShift project and click Relationships, none of the links work properly Version-Release number of selected component (if applicable): CF 4.1 (CFME 5.6) GA How reproducible: Every time Steps to Reproduce: 1. In CF UI, click Compute -> Container -> Projects 2. Select a project 3. Click the Relationships Accordion 4. Click any of the links (such as container provider, routes, services, etc) Actual results: If you click 'container provider' you get an error page: The page you were looking for doesn't exist. You may have mistyped the address or the page may have moved. This is because it sends you to https://<cfme host>/ems_container/show/<provider id>. If you go to Compute -> Container -> Providers -> Click provider, it will send you to: https://<cfme host>/ems_container/<provider id> It appears /show/ is incorrect. If you click on any links (routes, services, etc) other than container provider it redirects you to projects: https://<cfme host>/container_project/show_list Expected results: These links should redirect you to the appropriate pages Additional info:
On master I could only reproduce the bug with the container provider link. The links to the other entities are working well for me. Here is a fix for the provider link (Which is reproduced in the relationships of all the container entities): https://github.com/ManageIQ/manageiq/pull/9714