From 88c89dea5892a648d32026989dc9d01077ac5ed0 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Mon, 9 Apr 2018 16:27:16 +0100 Subject: [PATCH] Add statusbot and meetbot to #openstack-placement '#openstack-placement' is a new IRC channel for disussing the placement service. It has been extracted from openstack-nova to make that channel less noisy. We would like statusbot and meetbot in the channel so that we can be aware of status and have meetings local to the channel if necessary. The depends on are the project-config changes for accessbot and gerritbot. Depends-On: https://review.openstack.org/559768 Change-Id: I0002c2c753b04c8cc02bd5ac1a1ab528bf775591 --- hiera/common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hiera/common.yaml b/hiera/common.yaml index 6bdd7d5c9c..41a471db17 100644 --- a/hiera/common.yaml +++ b/hiera/common.yaml @@ -129,6 +129,7 @@ statusbot_channels: - openstack-nova - openstack-oslo - openstack-outreachy +- openstack-placement - openstack-powervm - openstack-qa - openstack-qinling @@ -237,6 +238,7 @@ meetbot_channels: - '#openstack-oslo' - '#openstack-outreachy' - '#openstack-performance' +- '#openstack-placement' - '#openstack-powervm' - '#openstack-ptg' - '#openstack-publiccloud'