* work around n-api on a compute node pulling in glance without running
through the glance prereqs
Change-Id: I400c555dd5c04d52bf8aa415747769374a145390
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
Nova and glance will shortly require the python-iso8601 package in
order to support non-UTC timestamps in the changes-since filter.
In particular, the following nova patch is blocked by devstack
failing due to the missing dependency:
https://review.openstack.org/#change,4211
Change-Id: Iaae8812cf19c9ae1ad237b7fda7d99827aca1485
Turns out the `arping' package, currently installed by the script,
is incompatible with `network-manager', the default network configuration
package for recent Ubuntu distributions. (Losing network connectivity
on a reboot after running `stack.sh' is a little disconcerting.)
Forturnately, the `iputils-apring' package provides the same functionality
and is compatible with `network-manager' so install that one instead.
Change-Id: Id6e89cdf3e590481f870127697baa453b34fbc24
Signed-off-by: Don Dugger <donald.d.dugger@intel.com>
* 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