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
This commit is contained in:
Marios Andreou 2024-11-20 17:55:38 +02:00
parent eb8c1d93a3
commit ca3d48b77d
2 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -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):