Comment 7 for bug 1643964

Revision history for this message
Richard Jones (r1chardj0n3s) wrote :

Note that if you perform the above to reproduce, and then remove the symbolic links, you'll also need to forcefully reinstall the horizon package as it is polluted by the symbolic link / collectstatic:

  pip uninstall horizon
  rm -rf /usr/local/lib/python2.7/dist-packages/horizon
  pip install . -c ../requirements/upper-constraints.txt