On 13 June 2013 20:54, Igor Laskovy <igor.laskovy at gmail.com> wrote: > So how I can determine what wrong with installation? I found that I can > turn on verbose logging for django Horizon app, but how? > Debug logs are your friend. Start with setting DEBUG = True in horizon's local_settings.py file. That'll give you your first clue. From there you'll need to enable debug in each subsequent service down the path (and restart the services to have it take effect) to find the source of the problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20130613/243b6caf/attachment.html>