CSS and the JS
* Add call "manage.py compress" with the --force parameter to avoid
a warning an harmless warning for the user.
+ * avoid openstack-dashboard-apache.postinst failure if the default vhost
+ has been removed.
[ Thomas Goirand ]
* New upstream release (Icehouse beta 1).
* Removes CVE-2013-6858 patch applied upstream.
* Refreshed patch.
- -- Thomas Goirand <zigo@debian.org> Mon, 09 Dec 2013 22:14:27 +0800
+ -- Gonéri Le Bouder <goneri@debian.org> Wed, 05 Mar 2014 20:55:14 +0100
horizon (2013.2-2) unstable; urgency=high
db_get horizon/activate_vhost
if [ "${RET}" = "true" ] && [ -x /etc/init.d/apache2 ] ; then
sed -i 's#[ \t]*HORIZON_ACTIVATE_VHOSTS=.*#HORIZON_ACTIVATE_VHOSTS=yes#' /etc/default/openstack-dashboard-apache
- a2dissite default
+ a2dissite default || true
db_get horizon/use_ssl
if [ "${RET}" = "true" ] ; then
sed -i 's#[ \t]*HORIZON_USE_SSL=.*#HORIZON_USE_SSL=yes#' /etc/default/openstack-dashboard-apache