From 46aa100923e0f976aa62ab13169736e395e4ddbe Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 21 Mar 2016 14:11:54 +0000 Subject: [PATCH] Refreshed debian/patches/0090-explicitly-declare-app_label.patch Rewritten-From: 0ea65963cbd651607a66fca999de0d3614edeaed --- xenial/debian/patches/0090-explicitly-declare-app_label.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xenial/debian/patches/0090-explicitly-declare-app_label.patch b/xenial/debian/patches/0090-explicitly-declare-app_label.patch index df17134..f021be8 100644 --- a/xenial/debian/patches/0090-explicitly-declare-app_label.patch +++ b/xenial/debian/patches/0090-explicitly-declare-app_label.patch @@ -17,7 +17,7 @@ Index: horizon/openstack_dashboard/local/local_settings.py.example =================================================================== --- horizon.orig/openstack_dashboard/local/local_settings.py.example +++ horizon/openstack_dashboard/local/local_settings.py.example -@@ -716,3 +716,5 @@ REST_API_REQUIRED_SETTINGS = ['OPENSTACK +@@ -720,3 +720,5 @@ REST_API_REQUIRED_SETTINGS = ['OPENSTACK # For more information see: # http://tinyurl.com/anticlickjack #DISALLOW_IFRAME_EMBED = True @@ -27,7 +27,7 @@ Index: horizon/openstack_dashboard/test/settings.py =================================================================== --- horizon.orig/openstack_dashboard/test/settings.py +++ horizon/openstack_dashboard/test/settings.py -@@ -232,3 +232,5 @@ REST_API_SETTING_2 = 'bar' +@@ -236,3 +236,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'] -- 2.45.2