Actions
Bug #25413
closedError when viewing VMs view OpenStack Compute Resource page (Queens and Rocky).
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Compute resources - OpenStack
Target version:
-
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.
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6214 added
Updated by The Foreman Bot about 6 years ago
- Pull request https://github.com/theforeman/foreman/pull/6215 added
Updated by Rafał Ramocki about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset e3d42f5b7441d172a78d27d06eb30e12eef6029c.
Updated by Tomer Brisker about 6 years ago
- Category set to Compute resources - OpenStack
Updated by Tomer Brisker about 6 years ago
- Pull request deleted (
https://github.com/theforeman/foreman/pull/6214)
Actions