Re: [Openstack] Problem with dashboard authentication

2015-07-06 Thread Matthias Runge
On 02/07/15 13:46, Daniel Ruiz Molina wrote: Hello, line 95, in list_projects [Thu Jul 02 11:36:23.563406 2015] [:error] [pid 2767] *msg = _('Unable to retrieve authorized projects.')* [Thu Jul 02 11:36:23.563408 2015] [:error] [pid 2767] *NameError: global name '_' is not

Re: [Openstack] Problem with dashboard authentication

2015-07-06 Thread Matthias Runge
On 03/07/15 08:44, Daniel Ruiz Molina wrote: In my system there is not /var/log/horizon/horizon.log file, maybe because of openstack-keystone daemon is not running due to httpd daemon is running and authenticating =-O My /var/log/horizon/horizon.log file: [...] ALLOWED_HOSTS = ['*']

Re: [Openstack] Problem with dashboard authentication

2015-07-02 Thread Daniel Ruiz Molina
In my system there is not /var/log/horizon/horizon.log file, maybe because of openstack-keystone daemon is not running due to httpd daemon is running and authenticating =-O My /var/log/horizon/horizon.log file: [...] ALLOWED_HOSTS = ['*'] [...]

Re: [Openstack] Problem with dashboard authentication

2015-07-02 Thread Vijay Kakkar
Hi Daniel, Can you attach the /var/log/horizon/horizon.log ? Please ensure in /etc/openstack-dashboard/local_settings ALLOWED_HOSTS = ['your horizon address', ] or ALLOWED_HOSTS = ['*', ] restart httpd once you make changes in above file. On Thu, Jul 2, 2015 at 5:16 PM, Daniel Ruiz Molina wrote

[Openstack] Problem with dashboard authentication

2015-07-02 Thread Daniel Ruiz Molina
Hello, I'm trying to configure a "Kilo" server (CentOS 7.x) reading, step-by-step, the PDF manual. However, after installing and configuring dashboard, I can't connect with browser. Log files say: /var/log/httpd/keystone-error.log: [...] 2015-07-02 07: