From 13e77595fcd9c358d67d7fa5b01d9bec7a71956d Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 18 Feb 2016 15:27:06 +0000 Subject: [PATCH] Added debian/patches/enable_identity_users_panel.patch. Rewritten-From: b2999c7a766d9bc3549856dbd757a4e5a1c0cf4f --- trusty/debian/changelog | 1 + .../patches/enable_identity_users_panel.patch | 17 +++++++++++++++++ trusty/debian/patches/series | 1 + 3 files changed, 19 insertions(+) create mode 100644 trusty/debian/patches/enable_identity_users_panel.patch diff --git a/trusty/debian/changelog b/trusty/debian/changelog index a95d5e7..9155799 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -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 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 index 0000000..cbf936d --- /dev/null +++ b/trusty/debian/patches/enable_identity_users_panel.patch @@ -0,0 +1,17 @@ +Description: Enable identity_users_panel + Otherwise, there's too many errors. +Author: Thomas Goirand +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' diff --git a/trusty/debian/patches/series b/trusty/debian/patches/series index e883b03..dbdadcb 100644 --- a/trusty/debian/patches/series +++ b/trusty/debian/patches/series @@ -1,3 +1,4 @@ fix-dashboard-django-wsgi.patch fix-dashboard-manage.patch fixed-horizon-MANIFEST.in.patch +enable_identity_users_panel.patch -- 2.45.2