Actions
Refactor #14415
closedReplace use of SETTINGS to check compute resource availability
Description
config/application.rb uses the global SETTINGS variable to store a list of compute resource bundler groups that are loaded, which is used later in ComputeResource to list available providers. The initialiser tries to load Bundler groups, then stores a per-provider "setting" based on whether the Fog provider is registered.
The listing of available providers in ComputeResource can be refactored to check the Fog::Compute.providers registration and remove this data from the settings hash.
(As discussed in https://github.com/theforeman/foreman/pull/3377#discussion-diff-57880045)
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3381 added
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset bd95cda67da9e9b50d9a7bcaffce37e042f535c4.
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 136
Actions