From 925d5d8ec456ba51648db00facb2056748c0c665 Mon Sep 17 00:00:00 2001
From: Clark Boylan <clark.boylan@gmail.com>
Date: Tue, 19 Feb 2019 14:06:33 -0800
Subject: [PATCH] Update priority effort Gerrit topics

Add in the two topics being used by the update of configuration
manamgent effort. Also rewrite the url so that it doesn't end in a ) as
sphinx doesn't end up including this in the final url.

Change-Id: I6fbdbbfed92ab4533b05de0ba123ebde5d090118
---
 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 8c38bb1..1abba9a 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -18,9 +18,9 @@ infrastructure developers.
 
 Gerrit query for all changes related to priority efforts::
 
-  status:open AND (topic:storyboard-migration OR topic:opendev-gerrit)
+  status:open AND (topic:storyboard-migration OR topic:puppet-4 OR topic:update-cfg-mgmt OR topic:opendev-gerrit)
 
-https://review.openstack.org/#/q/status:open+AND+(topic:storyboard-migration+OR+topic:opendev-gerrit)
+https://review.openstack.org/#/q/(topic:storyboard-migration+OR+topic:puppet-4+OR+topic:update-cfg-mgmt+OR+topic:opendev-gerrit)+AND+status:open
 
 Approved Design Specifications
 ==============================