From 83980c9e62933c33d3119de038ec72ea54d6da44 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 18 Feb 2016 16:03:40 +0000 Subject: [PATCH] Added patch: 0090-explicitly-declare-app_label.patch Rewritten-From: 4c4f4e205d055773973cd39f4f71e2876d270aff --- trusty/debian/changelog | 1 + .../0090-explicitly-declare-app_label.patch | 29 +++++++++++++++++++ trusty/debian/patches/series | 1 + 3 files changed, 31 insertions(+) create mode 100644 trusty/debian/patches/0090-explicitly-declare-app_label.patch diff --git a/trusty/debian/changelog b/trusty/debian/changelog index bf71d35..f996935 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -4,6 +4,7 @@ horizon (2:9.0.0~b2+2016.02.18.git.cda9604792-1) experimental; urgency=medium * Fixed (build-)depends for this release. * Added patch: Provide_2_simple_methods_to_check_for_disabled_panels.patch * Added patch: 0100-add-openstack_auth-in-INSTALLED_APPS.patch + * Added patch: 0090-explicitly-declare-app_label.patch -- Thomas Goirand Wed, 09 Dec 2015 11:37:40 +0100 diff --git a/trusty/debian/patches/0090-explicitly-declare-app_label.patch b/trusty/debian/patches/0090-explicitly-declare-app_label.patch new file mode 100644 index 0000000..9d4a73f --- /dev/null +++ b/trusty/debian/patches/0090-explicitly-declare-app_label.patch @@ -0,0 +1,29 @@ +Description: Explicitly declares app_label +Author: Thomas Goirand +Forwarded: no +Last-Update: 2016-02-19 + +--- horizon-9.0.0~b2+2016.02.18.git.cda9604792.orig/horizon/test/settings.py ++++ horizon-9.0.0~b2+2016.02.18.git.cda9604792/horizon/test/settings.py +@@ -170,3 +170,5 @@ LOGGING = { + } + } + } ++ ++APP_LABEL = 'horizon' +--- horizon-9.0.0~b2+2016.02.18.git.cda9604792.orig/openstack_dashboard/local/local_settings.py.example ++++ horizon-9.0.0~b2+2016.02.18.git.cda9604792/openstack_dashboard/local/local_settings.py.example +@@ -710,3 +710,5 @@ REST_API_REQUIRED_SETTINGS = ['OPENSTACK + # For more information see: + # http://tinyurl.com/anticlickjack + #DISALLOW_IFRAME_EMBED = True ++ ++APP_LABEL = 'horizon' +--- horizon-9.0.0~b2+2016.02.18.git.cda9604792.orig/openstack_dashboard/test/settings.py ++++ horizon-9.0.0~b2+2016.02.18.git.cda9604792/openstack_dashboard/test/settings.py +@@ -232,3 +232,5 @@ REST_API_SETTING_2 = 'bar' + REST_API_SECURITY = 'SECURITY' + REST_API_REQUIRED_SETTINGS = ['REST_API_SETTING_1'] + REST_API_ADDITIONAL_SETTINGS = ['REST_API_SETTING_2'] ++ ++APP_LABEL = 'horizon' diff --git a/trusty/debian/patches/series b/trusty/debian/patches/series index f931b83..b6e29ad 100644 --- a/trusty/debian/patches/series +++ b/trusty/debian/patches/series @@ -4,3 +4,4 @@ fixed-horizon-MANIFEST.in.patch #enable_identity_users_panel.patch Provide_2_simple_methods_to_check_for_disabled_panels.patch 0100-add-openstack_auth-in-INSTALLED_APPS.patch +0090-explicitly-declare-app_label.patch -- 2.45.2