Actions
Bug #13600
closedTemplates module not marked as failed when foreman_url is missing
Description
in the logs (now in the nice shiny UI) I can see:
missing :foreman_url: from configurations. 'templates' module is disabled
Yet, I see the feature as active in the list of features.
steps to reproduce are simple - comment out the foreman URL from the proxy configuration.
Updated by Ohad Levy over 8 years ago
- Related to Feature #12718: As a user I would like to receive proxy log data: proxy initialization, proxy loading errors, plugin initialization, plugin initialization errors added
Updated by Dominic Cleal over 8 years ago
- Category set to Smart Proxy
Please set categories when filing tickets.
Is the smart proxy reporting the feature as active?
Updated by Ohad Levy over 8 years ago
it does, and it does not list it under failed features.
Updated by Dominic Cleal over 8 years ago
- Project changed from Foreman to Smart Proxy
- Subject changed from smart proxy active feature count is wrong when templates feature is disabled to Templates module not marked as failed when foreman_url is missing
- Category changed from Smart Proxy to Templates
Updated by Dominic Cleal over 8 years ago
- Related to Bug #13028: foreman-proxy has error "Couldn't enable plugin dhcp_isc" on every restart added
Updated by Dominic Cleal over 8 years ago
#13028 contains a fix for this issue, as it now raises an exception from the templates module when the setting is missing, which both disables the module and logs that it's disabled. The current impl on develop calls the disable API from within the module itself, forgoing the logging.
Updated by Dominic Cleal over 8 years ago
- Status changed from New to Closed
- Translation missing: en.field_release set to 71
- Assignee set to Anonymous
Actions