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:
parent
eb8c1d93a3
commit
ca3d48b77d
@ -1,13 +1,13 @@
|
|||||||
project: Watcher Team Meeting
|
project: Watcher Team Meeting
|
||||||
meeting_id: watcher
|
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:
|
schedule:
|
||||||
- time: '0800'
|
- time: '1200'
|
||||||
day: Wednesday
|
day: Thursday
|
||||||
irc: openstack-meeting-alt
|
irc: openstack-watcher
|
||||||
frequency: biweekly-odd
|
frequency: weekly
|
||||||
start_date: 20160525
|
start_date: 20241121
|
||||||
chair: Canwei Li (licanwei)
|
chair: Ronelle Landy (rlandy), Douglas Viroel (dviroel), Marios Andreou (marios)
|
||||||
description: >
|
description: >
|
||||||
Watcher provides a flexible and scalable resource
|
Watcher provides a flexible and scalable resource
|
||||||
optimization service for multi-tenant OpenStack-based clouds.
|
optimization service for multi-tenant OpenStack-based clouds.
|
||||||
|
@ -20,7 +20,7 @@ import sys
|
|||||||
|
|
||||||
from yaml2ical import meeting
|
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):
|
def check_chair(chair):
|
||||||
|
Loading…
Reference in New Issue
Block a user