From 5e23d2b54da9e4624f31720a6025706d64446c9f Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 26 Jul 2013 14:15:48 -0400 Subject: [PATCH] Add gerritbot for openstack-glance channel This commit adds openstack-glance to the list of channels for gerritbot. This commit initially just has it tracking the glance and python-glanceclient repos. Change-Id: I6f25ca8fd34b2d89ff3c0d119b307143b3b54c8d --- modules/gerritbot/files/gerritbot_channel_config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 94005732e0..a71dfa0848 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -319,3 +319,14 @@ openstack-cloudkeep: - stackforge/barbican branches: - master + +openstack-glance: + events: + - patchset-created + - change-merged + - x-vrif-minus-2 + projects: + - openstack/glance + - openstack/python-glanceclient + branches: + - master