-WSGIScriptAlias / /usr/share/openstack-dashboard/dashboard/wsgi/django.wsgi
+WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
-<Directory /usr/share/openstack-dashboard/dashboard/wsgi>
+<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi/>
Order allow,deny
Allow from all
</Directory>
--- /dev/null
+--- a/setup.py
++++ b/setup.py
+@@ -41,6 +41,7 @@
+ + findall('horizon/dashboards/nova/templates') \
+ + findall('horizon/dashboards/syspanel/templates') \
+ + findall('horizon/dashboards/settings/templates')]},
++ include_package_data=True,
+ install_requires=[],
+ classifiers=['Development Status :: 4 - Beta',
+ 'Framework :: Django',