From 025786557031e6bb73000fd048894d3a499639b2 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 18 Feb 2015 14:54:37 +0000 Subject: Fix apache-httpd and horizon setup because of the change of layout --- openstack/usr/share/openstack/openstack-horizon-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack/usr/share/openstack/openstack-horizon-setup') diff --git a/openstack/usr/share/openstack/openstack-horizon-setup b/openstack/usr/share/openstack/openstack-horizon-setup index 43652322..c8b15125 100644 --- a/openstack/usr/share/openstack/openstack-horizon-setup +++ b/openstack/usr/share/openstack/openstack-horizon-setup @@ -52,7 +52,7 @@ mkdir -p /var/lib/horizon/.blackhole # Link horizon configuration file for apache to the directory where our apache load # configurations files ln -sf /etc/horizon/apache-horizon.conf \ - /usr/httpd/conf.d/apache-horizon.conf + /etc/httpd/conf.d/apache-horizon.conf chown -R horizon:horizon /var/lib/horizon -- cgit v1.2.1