changing dash to horizon
diff --git a/files/000-default.template b/files/000-default.template
index 4e4b5c4..fa8a86a 100644
--- a/files/000-default.template
+++ b/files/000-default.template
@@ -1,19 +1,19 @@
<VirtualHost *:80>
- WSGIScriptAlias / %DASH_DIR%/openstack-dashboard/dashboard/wsgi/django.wsgi
- WSGIDaemonProcess dashboard user=%USER% group=%USER% processes=3 threads=10
+ WSGIScriptAlias / %HORIZON_DIR%/openstack-dashboard/dashboard/wsgi/django.wsgi
+ WSGIDaemonProcess horizon user=%USER% group=%USER% processes=3 threads=10
SetEnv APACHE_RUN_USER %USER%
SetEnv APACHE_RUN_GROUP %USER%
- WSGIProcessGroup dashboard
+ WSGIProcessGroup horizon
- DocumentRoot %DASH_DIR%/.blackhole/
- Alias /media %DASH_DIR%/openstack-dashboard/media
+ DocumentRoot %HORIZON_DIR%/.blackhole/
+ Alias /media %HORIZON_DIR%/openstack-dashboard/media
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
- <Directory %DASH_DIR%/>
+ <Directory %HORIZON_DIR%/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
diff --git a/files/dash_settings.py b/files/horizon_settings.py
similarity index 98%
rename from files/dash_settings.py
rename to files/horizon_settings.py
index 74d0350..3a17db2 100644
--- a/files/dash_settings.py
+++ b/files/horizon_settings.py
@@ -17,7 +17,7 @@
CACHE_BACKEND = 'dummy://'
-# Add apps to dash installation.
+# Add apps to horizon installation.
INSTALLED_APPS = (
'dashboard',
'django.contrib.contenttypes',