From: Loic Dachary Date: Fri, 29 Jun 2012 15:25:00 +0000 (+0200) Subject: undo unannounced push that was commited after work start was advertised on #debian... X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=68ff8f9c98b389bc5c8d421f6318e9f0c50e2ddc;p=openstack-build%2Fhorizon-build.git undo unannounced push that was commited after work start was advertised on #debian-openstack Rewritten-From: b01d2cdd4ef28cf92e2e8b3455d330b45e3a5514 --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index b94362c..a1aa695 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,9 +1,12 @@ -horizon (2012.1.1-2) UNRELEASED; urgency=low +horizon (2012.1.1-2) unstable; urgency=low - * Add /static alias (Closes: #679440) - * Don't listen on a new port by default + * Add a /static alias to serve the static files. By default django is + configured in debug mode and will serve the static files. However, + when it is configured in production mode, it will no longer serve them + and it is expected that apache will take care of it. (Closes: #679440). + * Add Loic Dachary as Uploader - -- Julien Danjou Fri, 29 Jun 2012 10:37:56 +0200 + -- Loic Dachary (OuoU) Fri, 29 Jun 2012 10:23:33 +0200 horizon (2012.1.1-1) unstable; urgency=low diff --git a/trusty/debian/openstack-dashboard-apache.conf b/trusty/debian/openstack-dashboard-apache.conf index b78ae8e..62646fa 100644 --- a/trusty/debian/openstack-dashboard-apache.conf +++ b/trusty/debian/openstack-dashboard-apache.conf @@ -1,4 +1,4 @@ - + WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi WSGIDaemonProcess openstack-dashboard user=horizon group=horizon WSGIProcessGroup openstack-dashboard