Description of problem: log files are created with a hardcoded 'http' in their url Version-Release number of selected component (if applicable): 0.12 How reproducible: Always Steps to Reproduce: 1. Run a job 2. wait for a recipe task to complete 3. Actual results: Log file will point to a 'http://' prefixed URL Expected results: Configurable Additional info: This is due to proxy.py and the initialisation of the LogStorage object.
It may be simple enough to prepend this to the SERVER variable which lives in labcontroller.conf
http://gerrit.beaker-project.org/#/c/2004/
Verified by setting URL_SCHEME to 'https' and URL_DOMAIN to a dummy value, and checking that job logs were registered in Beaker with the expected base URL.
Beaker 0.13.1 has been released.