Description of problem: At present application settings (not related to deployment) are stored in a config file /etc/rh-bugzilla/config.yaml. In this setup it requires a deployment style process to update the configuration Version-Release number of selected component (if applicable): 4.4.6028-5 How reproducible: 100% Actual results: requires deployment configuration change Expected results: should be accessible via application and configurable via bugzilla users with the relevant admin role.
The reason we used a YAML file is that the contents were not a flat key value pair, as things were in the params file, but a complex data structure. Now that upstream has moved to params.json for it's configuration, it would make more sense to use that and ditch config.yaml.
*** This bug has been marked as a duplicate of bug 1284341 ***