Comment 13 for bug 1511705

Revision history for this message
Alexander Gordeev (a-gordeev) wrote :

> View Logs button makes request to "install/fuel-agent" log

indeed, it stored under different path. "bootstrap/fuel-agent.log"

i think something wrong defined in settings.yaml.

https://github.com/openstack/fuel-web/blob/35396b8fb3396711ee6620bd7ebd3d3452e88139/nailgun/nailgun/settings.yaml#L332-L337

For it looks like python related bug, rather than UI one.

So, fuel-agent (provisioning) logs were accidentally placed under 'install' section (which was used only for native provisioning)

Hope this helps.