Modularize configuration API for loading and reading options from default, user configuration. It would be reused to load command-specific options from command’s own configuration file. The result configuration API should be able to allow reading option in a convenient way without calling ConfigParser low level API. For example, to read Bodhi URL, this should works, config.bodhi.url. To read application core options, just call config.anongiturl.
config.bodhi.url
config.anongiturl
Metadata Update from @cqi: - Issue tagged with: EPIC
Metadata Update from @cqi: - Issue assigned to cqi
Fixed in commit bad1b45
Metadata Update from @cqi: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)