Failure login to Dashboard on F20 Havana Controller after recent firefox update up to 29.0-5
Dasboard has been setup per 1 and 2 and worked fine until recent yum -y update
.
I am gettingt Server Internal Error attempting to launch browser to http://controller/dashboard along with
== Horizon service ==
openstack-dashboard: 500
/var/log/horizon/horizon.log is empty. Same version of firefox works fine with AIO IceHouse Instance on F20 been setup via packstack --allinone
on another box just yesterday. Controller node: Nova, Keystone, Cinder, Glance, Neutron (using Open vSwitch plugin and GRE tunneling) had been setup manually and continue work fine except dashboard.
[root@dfw02 horizon(keystone_admin)]$ nova service-list
'+------------------+-------------------+----------+---------+-------+----------------------------+-----------------+
| Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+------------------+-------------------+----------+---------+-------+----------------------------+-----------------+
| nova-scheduler | dfw02.localdomain | internal | enabled | up | 2014-05-02T17:33:21.000000 | None |
| nova-conductor | dfw02.localdomain | internal | enabled | up | 2014-05-02T17:33:21.000000 | None |
| nova-compute | dfw01.localdomain | nova | enabled | up | 2014-05-02T17:33:29.000000 | None |
| nova-consoleauth | dfw02.localdomain | internal | enabled | up | 2014-05-02T17:33:21.000000 | None |
+------------------+-------------------+----------+---------+-------+----------------------------+-----------------+
[root@dfw02 horizon(keystone_admin)]$ systemctl list-units| grep nova
openstack-nova-api.service loaded active running OpenStack Nova API Server
openstack-nova-conductor.service loaded active running OpenStack Nova Conductor Server
openstack-nova-consoleauth.service loaded active running OpenStack Nova VNC console auth Server
openstack-nova-novncproxy.service loaded active running OpenStack Nova NoVNC Proxy Server
openstack-nova-scheduler.service loaded active running OpenStack Nova Scheduler Server
how did you setup ALLOWED_HOSTS in /etc/openstack-dashboard/local_settings? I don't mean, what is provided by the package? What about DEBUG setting?
Set as follows for a while. It worked fine before firefox upgrade to 29-0.5
ALLOWED_HOSTS = ['192.168.1.130', 'localhost']
192.168.1.130 is Controller IP
DEBUG = False
TEMPLATE_DEBUG = DEBUG
if your assumption is true, that it has something to do with an upgrade of firefox, do a yum downgrade firefox. in that case, you couldn't speak to other cloud environments running Havana.
ALLOWED_HOSTS is the most made common mistake, I've seen, when installing via upstream docs.
Is this case solved for you or shall we debug it any further?
My detailed feedback was placed on RDO mailing list.