From: Thomas Goirand Date: Mon, 21 Mar 2016 14:11:54 +0000 (+0000) Subject: Refreshed debian/patches/0090-explicitly-declare-app_label.patch X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=470372bfa41c036a1ed86852a534e21b139b7938;p=openstack-build%2Fhorizon-build.git Refreshed debian/patches/0090-explicitly-declare-app_label.patch Rewritten-From: 0ea65963cbd651607a66fca999de0d3614edeaed --- diff --git a/trusty/debian/patches/0090-explicitly-declare-app_label.patch b/trusty/debian/patches/0090-explicitly-declare-app_label.patch index df17134..f021be8 100644 --- a/trusty/debian/patches/0090-explicitly-declare-app_label.patch +++ b/trusty/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']