Re: [Openstack] Openstack Dashboard Error

2012-06-25 Thread Vaze, Mandar
25, 2012 5:16 PM To: Gabriel Hurley Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] Openstack Dashboard Error Hi- I'm seeing this error, when I login to the Openstack Dashboard in the apache2 error logs .. [error] No handlers could be found for logger "openstack_dashboa

Re: [Openstack] Openstack Dashboard Error

2012-06-25 Thread Trinath Somanchi
Hi- I'm seeing this error, when I login to the Openstack Dashboard in the apache2 error logs .. [error] No handlers could be found for logger "openstack_dashboard" In the Webpage its displaying " Internal Server Error An unexpected error occurred while processing your request. Please try your

Re: [Openstack] Openstack Dashboard Error

2012-06-24 Thread Gabriel Hurley
It sounds like your local_settings.py file is missing any logging configuration. The default config from the local_settings.py.example file is a good place to start. If that’s not the case, then it would be helpful to know how you installed OpenStack/Horizon, what you’ve done to configure it, e

Re: [Openstack] openstack dashboard error "AttributeError at /auth/login/ 'Settings' object has no attribute 'SWIFT_ENABLED'"

2011-08-21 Thread Leo van den Bulck
Cool, thanks for the swift (pun intended) reply. I suppose I could have figured this out myself, but that wouldn't have been a swift exercise given my limited Openstack experience. The Openstack community looks friendly and helpful, looking forward to interacting and possibly contributing where

Re: [Openstack] openstack dashboard error "AttributeError at /auth/login/ 'Settings' object has no attribute 'SWIFT_ENABLED'"

2011-08-20 Thread Mark Gius
The dashboard does not currently detect whether or not a swift endpoint is present, and instead relies on the boolean setting SWIFT_ENABLED. I would guess that whatever "all in one" script you are using is deploying an older version of the local settings file. You can resolve this error by adding