Project

General

Profile

Actions

Bug #26971

closed

unintialized Constant in app/models/compute_resources/foreman/model/openstack.rb

Added by Tom Fischer over 5 years ago. Updated over 5 years ago.

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

Description

Hi,

in the latest development is a bug when you try to create an openstack Compute Resource. The Problem is in app/models/compute_resources/foreman/model/openstack.rb line 49. You get "uninitialized constant Fog::Identity::OpenStack Did you mean? Fog::OpenStack OpenStruct" when you try to load the projects.

identity_client.list_user_projects(user_id).body["projects"].map { |p| Fog::Identity::OpenStack::V3::Project.new(p) }

This must be

identity_client.list_user_projects(user_id).body["projects"].map { |p| Fog::OpenStack::Identity::V3::Project.new(p) }

Fog-Version:

fog-core (2.1.0)
fog-openstack (1.0.8)


Related issues 1 (0 open1 closed)

Related to Foreman - Feature #26362: Update fog-openstack to 1.0.8ClosedLukas ZapletalActions
Actions

Also available in: Atom PDF