]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Added debian/patches/enable_identity_users_panel.patch.
authorThomas Goirand <thomas@goirand.fr>
Thu, 18 Feb 2016 15:27:06 +0000 (15:27 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 18 Feb 2016 15:27:06 +0000 (15:27 +0000)
Rewritten-From: b2999c7a766d9bc3549856dbd757a4e5a1c0cf4f

trusty/debian/changelog
trusty/debian/patches/enable_identity_users_panel.patch [new file with mode: 0644]
trusty/debian/patches/series

index a95d5e7d812fecc67c567aedf05cc0b59f8f0581..91557993647aaf430ba27f41f9988b77130f58a1 100644 (file)
@@ -2,6 +2,7 @@ horizon (2:9.0.0~b2+2016.02.18.git.cda9604792-1) experimental; urgency=medium
 
   * New upstream release, based on commit cda9604792.
   * Fixed (build-)depends for this release.
+  * Added debian/patches/enable_identity_users_panel.patch.
 
  -- Thomas Goirand <zigo@debian.org>  Wed, 09 Dec 2015 11:37:40 +0100
 
diff --git a/trusty/debian/patches/enable_identity_users_panel.patch b/trusty/debian/patches/enable_identity_users_panel.patch
new file mode 100644 (file)
index 0000000..cbf936d
--- /dev/null
@@ -0,0 +1,17 @@
+Description: Enable identity_users_panel
+ Otherwise, there's too many errors.
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: no
+Last-Update: 2016-02-18
+
+--- horizon-9.0.0~b2+2016.02.18.git.cda9604792.orig/openstack_dashboard/enabled/_3031_identity_users_panel.py
++++ horizon-9.0.0~b2+2016.02.18.git.cda9604792/openstack_dashboard/enabled/_3031_identity_users_panel.py
+@@ -24,7 +24,7 @@ PANEL_GROUP = 'default'
+ PANEL = 'ngusers'
+ # If set to True, this settings file will not be added to the settings.
+-DISABLED = True
++DISABLED = False
+ # Python panel class of the PANEL to be added.
+ ADD_PANEL = 'openstack_dashboard.dashboards.identity.ngusers.panel.NGUsers'
index e883b0358c2035eff2581538e242ec72baf1c5fe..dbdadcbd5eceb9943a9db53c692e104e167b5ebf 100644 (file)
@@ -1,3 +1,4 @@
 fix-dashboard-django-wsgi.patch
 fix-dashboard-manage.patch
 fixed-horizon-MANIFEST.in.patch
+enable_identity_users_panel.patch