From b9075fe7a8f691f7cf31a1981a34f6aaf3c189ca Mon Sep 17 00:00:00 2001 From: Ghe Rivero Date: Thu, 1 Mar 2012 11:36:49 +0100 Subject: [PATCH] Updated apache conf to new directories Rewritten-From: 42ed11e479e8516408c098bcb049cec70221a5d9 --- xenial/debian/dashboard.conf | 4 ++-- xenial/debian/patches/pkg_data.patch | 10 ++++++++++ xenial/debian/patches/series | 1 + 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 xenial/debian/patches/pkg_data.patch create mode 100644 xenial/debian/patches/series diff --git a/xenial/debian/dashboard.conf b/xenial/debian/dashboard.conf index 207cc51..cdbf106 100644 --- a/xenial/debian/dashboard.conf +++ b/xenial/debian/dashboard.conf @@ -1,6 +1,6 @@ -WSGIScriptAlias / /usr/share/openstack-dashboard/dashboard/wsgi/django.wsgi +WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi - + Order allow,deny Allow from all diff --git a/xenial/debian/patches/pkg_data.patch b/xenial/debian/patches/pkg_data.patch new file mode 100644 index 0000000..70ca545 --- /dev/null +++ b/xenial/debian/patches/pkg_data.patch @@ -0,0 +1,10 @@ +--- 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', diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series new file mode 100644 index 0000000..b89fd3f --- /dev/null +++ b/xenial/debian/patches/series @@ -0,0 +1 @@ +pkg_data.patch -- 2.45.2