From ba33d8c222baa7b681aab6eb5c602f4a454641e8 Mon Sep 17 00:00:00 2001 From: Shamail Tahir Date: Mon, 11 Jan 2016 18:08:16 -0500 Subject: [PATCH] Adding meetbot and statusbot support for openstack-product The openstack-product IRC channel will be used by the OpenStack Product Working Group for additional conversations when the meetings take longer than our allocated time on the openstack meeting channel. The product working group will also be in the channel so that we can answer any questions related to our working group and/or user stories. Change-Id: I26b1304a16bb4ce6892b2407b3297c8b48d3bf58 --- hiera/common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hiera/common.yaml b/hiera/common.yaml index e7867ab676..bd8982f606 100644 --- a/hiera/common.yaml +++ b/hiera/common.yaml @@ -83,6 +83,7 @@ statusbot_channels: - openstack-nova - openstack-opw - openstack-oslo +- openstack-product - openstack-qa - openstack-raksha - openstack-rally @@ -168,6 +169,7 @@ meetbot_channels: - '#openstack-performance' - '#openstack-opw' - '#openstack-oslo' +- '#openstack-product' - '#openstack-qa' - '#openstack-rally' - '#openstack-rating'