Project

General

Profile

Actions

Bug #25413

closed

Error when viewing VMs view OpenStack Compute Resource page (Queens and Rocky).

Added by Rafał Ramocki about 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Compute resources - OpenStack
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

when viewing "Virtual Machines" tab on OpenStack compute_resources foreman throws 500. THis is because in Queens they dropped support of keystone api v2 leaving only v3. On compute_resources_vms/index/_openstack.html.erb tryes to show "tenant" name for each VM. This is causing to call /v2.0/tenants on keystone whitch fails with 404. Keystone API v3 is changed terminology from "tenants" to "projects" but I believe that best way is to remove this column as OpenStack Compute Resource is project local, and all VMS in in will always have same project name.

Actions

Also available in: Atom PDF