From 06c392a3434139f62228948b51ba0bb6be644069 Mon Sep 17 00:00:00 2001
From: "James E. Blair" <jeblair@openstack.org>
Date: Fri, 14 Feb 2014 17:38:12 -0800
Subject: [PATCH] Allow reverify on any approved change

that also has a vote from jenkins, regardless of the
value.

Change-Id: I678b392e5496bab79b84b6f6668611b754ba2578
---
 modules/openstack_project/files/zuul/layout.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml
index 621262a1a4..ea2e02ff97 100644
--- a/modules/openstack_project/files/zuul/layout.yaml
+++ b/modules/openstack_project/files/zuul/layout.yaml
@@ -25,8 +25,8 @@ pipelines:
         - event: comment-added
           comment_filter: (?i)^\s*reverify( (?:bug|lp)[\s#:]*(\d+))\s*$
           require-approval:
-            - verified: -2
-              username: jenkins
+            - approved: 1
+            - username: jenkins
         - event: comment-added
           require-approval:
             - verified: -2