From c37d5b1e26387fa854c94ed27e626d5daeb48220 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Tue, 13 Jul 2021 23:41:15 +0530 Subject: [PATCH] Remove 'django_openstack_auth' reference ``django_openstack_auth`` code was merged into the main horizon repository during the queens release. This repo is already deprecated and now we can retire it. This patch removes all references of ``django_openstack_auth`` as mentioned in [1]. [1] https://docs.openstack.org/project-team-guide/repository.html#retiring-a-repository Needed-By: https://review.opendev.org/c/openstack/project-config/+/800532/ Change-Id: Ia87e5f7d651aa7656ad7cc0b97fb75b47d2af137 --- dashboards/horizon-stable.dash | 3 +-- dashboards/horizon.dash | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dashboards/horizon-stable.dash b/dashboards/horizon-stable.dash index 628f979..92b10a4 100644 --- a/dashboards/horizon-stable.dash +++ b/dashboards/horizon-stable.dash @@ -1,8 +1,7 @@ [dashboard] title = Horizon stable branches Review Inbox description = Review Inbox -foreach = (project:openstack/horizon OR - project:openstack/django_openstack_auth) status:open NOT owner:self NOT label:Workflow<=-1 label:Verified>=1,zuul NOT reviewedby:self branch:^stable/.* +foreach = project:openstack/horizon status:open NOT owner:self NOT label:Workflow<=-1 label:Verified>=1,zuul NOT reviewedby:self branch:^stable/.* [section "Needs Feedback (Changes older than 5 days that have not been reviewed by anyone)"] query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 age:5d diff --git a/dashboards/horizon.dash b/dashboards/horizon.dash index 1e1dc1e..2241706 100644 --- a/dashboards/horizon.dash +++ b/dashboards/horizon.dash @@ -1,8 +1,7 @@ [dashboard] title = Horizon Review Dashboard description = Horizon patches to look at -foreach = (project:openstack/horizon OR - project:openstack/django_openstack_auth) status:open NOT label:Code-Review<=-2 branch:master +foreach = project:openstack/horizon status:open NOT label:Code-Review<=-2 branch:master [section "My Patches"] query = owner:self