Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

server.conf is lazily loaded #2176

Merged
merged 1 commit into from Dec 9, 2015
Merged

Commits on Dec 9, 2015

  1. server.conf is lazily loaded

    pulp.server.config would load /etc/pulp/server.conf unconditionally at
    import time. Converting this to lazily loading the config file allows
    for the config object to be instantiated without immediately trying
    to read the conf. This also allows changing the config files before
    loading them, which makes pulp.server.config testable.
    
    fixes pulp#607
    seandst committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    5b51621 View commit details
    Browse the repository at this point in the history