From e7169ae86636038e2a101542971d2ab3fe0c4968 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 24 Feb 2022 22:02:57 -0600 Subject: [PATCH] Update configuration for actual election end date For Zed election, no voting was required so we closed the election after TC Campaigning period. Update configuration with actual election end date so that election site shows the reality instead of election in progress which is confusing. -https: //review.opendev.org/c/openstack/election/+/830544 Change-Id: Id6b1011b26ab992ab988992c44e8e93dba88fc83 --- configuration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index f52a421f..e4016c01 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -20,7 +20,7 @@ timeline: end: 2022-02-22T23:45 - name: PTL Election start: 2022-02-22T23:45 - end: 2022-03-01T23:45 + end: 2022-02-24T23:45 - name: TC Election start: 2022-02-22T23:45 - end: 2022-03-01T23:45 + end: 2022-02-24T23:45