Version ======= rhos 4.0 on rhel 6.5 with 2013-12-06.3 puddle, openstack-packstack-2013.2.1-0.13.dev876.el6ost. Description =========== # openstack-status | grep dashboard openstack-dashboard: 500 From /usr/bin/openstack-status: if test "$dashboard"; then printf "== Horizon service ==\n" horizon_status="$(curl -s -w '%{http_code}\n' http://localhost/dashboard -o /dev/null)" [ "$horizon_status" = 200 ] && horizon_status=active printf '%-40s%s\n' "openstack-dashboard:" "$horizon_status" It looks like the ALLOWED_HOSTS param should also contain "localhost".
Agreed. In the package, localhost is included, the config gets overwritten by packstack.
As mentioned in bug 1028678, the path of least resistance is probably to also add localhost to the ALLOWED_HOSTS list. Patch proposed at https://review.openstack.org/#/c/60898/ . Not sure if it's a blocker though.
Merged upstream. The patch seems self-contained and low-risk and may be worthwhile including in the rc. On the other hand, there is an obvious and easy workaround as 'localhost' can be added to ALLOWED_HOSTS in the local_settings manually.
Because this is similar to bug 1028678, I think it isn't necessary to include doc text also for this (the workaround is the same).
Verified on rhos 4.0 running on rhel 6.5, 2013-12-12.1 puddle, openstack-packstack-2013.2.1-0.19.dev935.el6ost # openstack-status | grep -i -A 1 horizon == Horizon service == openstack-dashboard: active #
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html