From 97ddf4ea31d128f33217d9cdec5c5619cc66238d Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 22 Jan 2014 17:13:53 +0100 Subject: [PATCH] files: delete openstack-dashboard.conf openstack-dashboard configuration file is not used anymore by the manifests, we can cleanup the module by deleting apache directory. Signed-off-by: Emilien Macchi --- files/apache/openstack-dashboard.conf | 35 --------------------------- 1 file changed, 35 deletions(-) delete mode 100644 files/apache/openstack-dashboard.conf diff --git a/files/apache/openstack-dashboard.conf b/files/apache/openstack-dashboard.conf deleted file mode 100644 index 895c565b..00000000 --- a/files/apache/openstack-dashboard.conf +++ /dev/null @@ -1,35 +0,0 @@ - - ServerAdmin webmaster@localhost - WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi - WSGIDaemonProcess horizon user=www-data group=www-data - #WSGIProcessGroup openstack-dashboard - Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static - - DocumentRoot /var/www - - - AllowOverride None - - - - Order allow,deny - Allow from all - - - Alias /static/horizon /usr/share/pyshared/horizon/static/horizon - - - Order allow,deny - Allow from all - - - #Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static - - - Order allow,deny - Allow from all - - ErrorLog ${APACHE_LOG_DIR}/error.log - LogLevel warn - CustomLog ${APACHE_LOG_DIR}/access.log combined -