From ec8e6228f8a916d47de2035a9bea4173e13b3a42 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 16 Feb 2015 17:35:34 +0000 Subject: Fix .blackhole location for Horizon --- openstack/usr/share/openstack/openstack-horizon-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/usr/share/openstack/openstack-horizon-setup b/openstack/usr/share/openstack/openstack-horizon-setup index d10007d1..43652322 100644 --- a/openstack/usr/share/openstack/openstack-horizon-setup +++ b/openstack/usr/share/openstack/openstack-horizon-setup @@ -47,7 +47,7 @@ ln -sf /etc/horizon/openstack_dashboard/local_settings.py \ mkdir -p /var/lib/horizon/openstack_dashboard/static # Create the horizon document root for apache configuration -mkdir -p /var/lib/horizon/openstack_dashboard/.blackhole +mkdir -p /var/lib/horizon/.blackhole # Link horizon configuration file for apache to the directory where our apache load # configurations files -- cgit v1.2.1