Bug #10796
Updated by Dominic Cleal over 9 years ago
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_xen has a require 'fog' call here, which can be replaced with 'fog/xenserver' 'fog/xen' and will give a performance boost: https://github.com/theforeman/foreman-xen/blob/master/lib/foreman_xen/engine.rb#L3