On 13 June 2013 20:54, Igor Laskovy <igor.lask...@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.
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to