Actions
Refactor #16752
closedExtract template-related code from Host::Managed
Description
Host::Managed contains a lot of code related with determining the template that a host should have. Other Host objects such as Host::Discovered might need that logic, without becoming a Host::Managed. A solution for this would be to extract the methods that have to do with templates to a concern, and every Host class that wants to implement them, just includes that concern.
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/theforeman/foreman/pull/3905 added
Updated by Anonymous almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset ec3360d9f0200a37d008003e6d9d1de0f129cadc.
Updated by Dominic Cleal almost 8 years ago
- Category set to Rails
- Translation missing: en.field_release set to 209
Updated by Daniel Lobato Garcia almost 8 years ago
- Target version changed from 1.5.2 to 169
Updated by Anonymous almost 8 years ago
- Related to Bug #18557: Image based provisioning broken added
Actions