]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Refreshed debian/patches/0090-explicitly-declare-app_label.patch
authorThomas Goirand <thomas@goirand.fr>
Mon, 21 Mar 2016 14:11:54 +0000 (14:11 +0000)
committerThomas Goirand <thomas@goirand.fr>
Mon, 21 Mar 2016 14:11:54 +0000 (14:11 +0000)
Rewritten-From: 0ea65963cbd651607a66fca999de0d3614edeaed

trusty/debian/patches/0090-explicitly-declare-app_label.patch

index df171341a97140aa5a4b8f7d316b64a6eb7d9a66..f021be8340ad67997163c08a2371371e4ad1d641 100644 (file)
@@ -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']