From ca3d48b77df6f7b6e59e1af58773c8ef752a0d83 Mon Sep 17 00:00:00 2001 From: Marios Andreou Date: Wed, 20 Nov 2024 17:55:38 +0200 Subject: [PATCH] Update Watcher team meeting and clarify check_chair error message As announced at [1] this updates the watcher team meeting info. As I ran into it also adds a clarification for the check_pair that is executed with pep8. [1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/5DUHKKVSETZGCLXG63COXUEHYGUXYPZP/ Change-Id: I5bca9ebd681d537b8ef8e99c99d3a24bb107a9d9 --- meetings/watcher-team-meeting.yaml | 14 +++++++------- tools/check_chair.py | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/meetings/watcher-team-meeting.yaml b/meetings/watcher-team-meeting.yaml index 77fbaca7..a3425098 100644 --- a/meetings/watcher-team-meeting.yaml +++ b/meetings/watcher-team-meeting.yaml @@ -1,13 +1,13 @@ project: Watcher Team Meeting meeting_id: watcher -agenda_url: https://wiki.openstack.org/wiki/Watcher_Meeting_Agenda +agenda_url: https://etherpad.opendev.org/p/openstack-watcher-irc-meeting schedule: - - time: '0800' - day: Wednesday - irc: openstack-meeting-alt - frequency: biweekly-odd - start_date: 20160525 -chair: Canwei Li (licanwei) + - time: '1200' + day: Thursday + irc: openstack-watcher + frequency: weekly + start_date: 20241121 +chair: Ronelle Landy (rlandy), Douglas Viroel (dviroel), Marios Andreou (marios) description: > Watcher provides a flexible and scalable resource optimization service for multi-tenant OpenStack-based clouds. diff --git a/tools/check_chair.py b/tools/check_chair.py index acddbade..e9f3b5c8 100644 --- a/tools/check_chair.py +++ b/tools/check_chair.py @@ -20,7 +20,7 @@ import sys from yaml2ical import meeting -BOOL_STR = {True: 'OK', False: 'Needs Fixing'} +BOOL_STR = {True: 'OK', False: 'Needs Fixing - expects "Name (name)"'} def check_chair(chair):