From c0cdf147fae366e4f38f1e626cb79802429ee9d2 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Tue, 20 Oct 2015 10:13:36 -0700 Subject: [PATCH] add gerrit-upgrade to priority efforts query Change-Id: I15734799e94395d2072878cc7c0a23a1187e902b --- doc/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index d365ffd..e95915d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -19,9 +19,9 @@ infrastructure developers. Gerrit query for all changes related to priority efforts:: - status:open AND (topic:enable_swift OR topic:dib-nodepool OR topic:downstream-puppet OR topic:maniphest) + status:open AND (topic:enable_swift OR topic:dib-nodepool OR topic:downstream-puppet OR topic:maniphest OR topic:gerrit-upgrade) -https://review.openstack.org/#/q/status:open+AND+%28topic:enable_swift+OR+topic:dib-nodepool+OR+topic:downstream-puppet+OR+topic:maniphest%29,n,z +https://review.openstack.org/#/q/status:open+AND+%28topic:enable_swift+OR+topic:dib-nodepool+OR+topic:downstream-puppet+OR+topic:maniphest+OR+topic:gerrit-upgrade%29,n,z Approved Design Specifications ==============================