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.
Updated by Dominic Cleal over 9 years ago
- Related to Refactor #8516: Remove require 'fog' and only load specific providers added
Updated by Tommy McNeely over 9 years ago
- Pull request https://github.com/theforeman/foreman-digitalocean/pull/8 added
- Pull request deleted (
)
Updated by Shlomi Zadok over 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-digitalocean|c5bb1741d390d4ba7b9f47d8d1341c43ed624900.
Actions