Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
When installing horizon on a separate host (not doing all-in-one installs), you'll get the "Something went wrong page". After installing python-pbr and restart the webserver as well, everything is fine.
This will require to change add to the spec accordingly: sed -i '/setuptools_git/d' setup.py sed -i s/REDHATNOVAVERSION/%{version}/ nova/version.py sed -i s/REDHATNOVARELEASE/%{release}/ nova/version.py # Remove the requirements file so that pbr hooks don't add it # to distutils requiers_dist config rm -rf {test-,}requirements.txt tools/{pip,test}-requires
Verified: python-django-horizon-2013.2-5.el6ost.noarch Verification Steps: =================== 1. Installed openstack via packstack with a dedicated host to populate horizon (Comment #1). 2. Verified that /usr/lib/python2.6/site-packages/horizon/version.py does not contain import pbr.version 3. Browsed Horizon via http://<IP_ADDRESS>/dashboard. tested OK.
*** Bug 1039368 has been marked as a duplicate of this bug. ***
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