We have migrated to flake8 and most distros don't have the version of
pep8 that flake8 (and hacking) use. Instead of installing pep8 from
packages it should be installed from pip
Change-Id: I86e4f8316f3cdc27303bfd039a78c0d6202ce321
quantal changed the name of the node binary on disk, which breaks
horizon on 12.10 installs. Provide a work around for installing
the legacy package on that environment.
Fixes bug #1070083
Change-Id: If8ef211d12451ef4e1df0d2398cf18a3b2c46da3
This is a workaround for an undocumented dependency on the Python
BeautifulSoup package. It fixes both Ubuntu and Fedora builds.
Fixes bug 1010968
Change-Id: If7f5d55c38d3b9ab677378c57839bc8f03898e2f
All of the requirements should now be specified in the pip-requires
of individual projects, which will be installed via setup.py install.
Therefore, remove the few remaining pip dependencies from devstack.
Distutils has a problem installing django 1.4 when django 1.3 is
already installed via debian packages. Therefore, remove the
dependency on the django debian package (which installs 1.3
and is obsolete anyway).
Change-Id: Ia4dc1f4c94c7f5c0811bafcf41dadc5d629a516d
Horizon is moving to Django 1.4 as the minimum version, however
1.4 is not the packaged version in the apt repositories. Thereby
the dependency needs to be moved back to being installed by pip.
Change-Id: I3c3116c1d02bdfaccab521175816502fd8ea054a
For reasons currently unknown, apt-get seems to install
an unusably old version of python-cloudfiles in some
small subset of cases. To avoid that frustration for the
users it does affect, this patch moves python-cloudfiles
back to being installed by pip instead.
Fixes bug 931269.
Change-Id: I4c2e17ddcc0c0d327b3810b4fd4db117076df069
* update horizon apache config
* updates apts for horizon
* better logging for horizon
* keystone conf settings
* only add swift endpoint if it is enabled
* new nova paste
Change-Id: I1edacbe5d8adc4bd5265d36abcaf01ce5490aefd