From 75e15d765d3eecb1ea2492e28477eaad9733a2ff Mon Sep 17 00:00:00 2001
From: Thierry Carrez <thierry@openstack.org>
Date: Wed, 10 Feb 2021 14:33:55 +0100
Subject: [PATCH] PTGBot is now openinfraptg on #openinfra-events

Channel for PTG discussion was moved to #openinfra-events, and
the bot was renames "openinfraptg" to match the extended scope
of the event.

Change-Id: I52718358ddb4a199d24fc6da6e71f81c646da1f2
---
 modules/openstack_project/manifests/eavesdrop.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/openstack_project/manifests/eavesdrop.pp b/modules/openstack_project/manifests/eavesdrop.pp
index 590bf6f032..9616ffaeb0 100644
--- a/modules/openstack_project/manifests/eavesdrop.pp
+++ b/modules/openstack_project/manifests/eavesdrop.pp
@@ -114,7 +114,7 @@ class openstack_project::eavesdrop (
   class { 'ptgbot':
     nick       => $ptgbot_nick,
     password   => $ptgbot_password,
-    channel    => '#openstack-ptg',
+    channel    => '#openinfra-events',
     vhost_name => 'ptg.openstack.org',
   }