Actions
Refactor #10795
closedRemove require 'fog'
Status:
Closed
Priority:
Normal
Assignee:
-
Difficulty:
Triaged:
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_digitalocean has a require 'fog' call here, which should be safe to remove and will give a performance boost: https://github.com/theforeman/foreman-digitalocean/blob/master/lib/foreman_digitalocean/engine.rb#L3
The require on fog/digitalocean further down should be sufficient.
Actions