Actions
Refactor #10812
closedRemove require 'fog'
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Plugin (foreman_docker)
Target version:
-
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_docker has a require 'fog' call here, which can be removed to give a performance boost: https://github.com/theforeman/foreman-docker/blob/master/lib/foreman_docker/engine.rb#L3
Actions