From 99c9a18339c1e6aec5f38a5bf4e94fb876ba68b5 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Thu, 2 May 2019 09:17:39 -0600 Subject: [PATCH] Add {status,meet}bot to auto-scaling SIG channel As per https://etherpad.openstack.org/p/DEN-auto-scaling-SIG Change-Id: I341b924566cdec0e01be9c089bddb061686b4098 --- hiera/common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hiera/common.yaml b/hiera/common.yaml index 6843a01aef..a6493f459e 100644 --- a/hiera/common.yaml +++ b/hiera/common.yaml @@ -15,6 +15,7 @@ statusbot_channels: - openstack - openstack-ansible - openstack-anvil +- openstack-auto-scaling - openstack-bacon - openstack-barbican - openstack-blazar @@ -122,6 +123,7 @@ meetbot_channels: - '#opendev' - '#openstack' - '#openstack-ansible' +- '#openstack-auto-scaling' - '#openstack-barbican' - '#openstack-blazar' - '#openstack-browbeat'