Actions
Bug #10797
closedRemove require 'fog'
Description
In #8516 (Foreman 1.9.0) we removed the require 'fog'
from core and now only load parts of Fog that we need, e.g. 'fog/libvirt'.
foreman_one has a require 'fog' call here, which can be replaced with 'fog/opennebula' and will give a performance boost: https://github.com/theforeman/foreman-one/blob/master/lib/foreman_one/engine.rb#L3
Updated by Shlomi Zadok over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-one|ec61f59dd39af85c0f4c3e8ff9647353edeb2a16.
Actions