From edaa3853697bf458520886fd4f86f999af156cd7 Mon Sep 17 00:00:00 2001
From: Tony Breeds <tony@bakeyournoodle.com>
Date: Wed, 10 Feb 2016 09:41:28 +1100
Subject: [PATCH] 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
---
 tools/check_channels.py | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/tools/check_channels.py b/tools/check_channels.py
index 69efb296..dbf0cdd5 100755
--- a/tools/check_channels.py
+++ b/tools/check_channels.py
@@ -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():