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 #1

Updated by The Foreman Bot over 5 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman/pull/6831 added
Actions #2

Updated by Tomer Brisker over 5 years ago

  • Category set to Compute resources - OpenStack
Actions #3

Updated by Tomer Brisker over 5 years ago

  • Fixed in Releases 1.22.1 added
Actions #4

Updated by Tomer Brisker over 5 years ago

  • Target version set to 1.22.1
  • Fixed in Releases deleted (1.22.1)
Actions #5

Updated by Tomer Brisker over 5 years ago

Actions #6

Updated by Tomer Brisker over 5 years ago

  • Fixed in Releases 1.22.1, 1.23.0 added
Actions #7

Updated by Anonymous over 5 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF