Remove openstack-neutron-release from acceptable channels list

Having community hours events in the irc-meeting repo has been somewhat
contentious.  Now that the 'Neutron PTL Office Hours' is a thing of the
past we can remove that from the list off acceptable channels.

Change-Id: I70e08ccf7b16a12e8da9e850be400e4df14e3c93
This commit is contained in:
Tony Breeds 2016-02-10 09:41:28 +11:00
parent d8c0859444
commit edaa385369
1 changed files with 3 additions and 4 deletions

View File

@ -20,10 +20,9 @@ from yaml2ical import meeting
channels = set(['openstack-meeting', 'openstack-meeting-alt',
'openstack-meeting-3', 'openstack-meeting-4',
'openstack-meeting-cp',
# NOTE(tonyb)These channels are acceptable as they're for
# office hours rather than offical meetings and do not require
# MeetBot
'openstack-community', 'openstack-neutron-release'])
# NOTE(tonyb) This channel is acceptable as it's for office
# hours rather than offical meetings and does not use MeetBot
'openstack-community'])
def main():