If there is any reason why ODCS is unable to open the Production config file, it will silently fall back to the DevConfiguration, due to server/odcs/server/config.py:
try: with open(config_file): config_section = 'ProdConfiguration' except: pass
Please make this an explicit action and at least be logged.
Metadata Update from @jkaluza: - Issue status updated to: Closed (was: Open)
https://pagure.io/odcs/pull-request/69
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/pungi/odcs/issues/60
Please continue any further discussion there.