From e3f8e8f385df36a66b44f119a6cc2feeff10321e Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 5 May 2014 17:52:53 +1200 Subject: [PATCH] Add heat-cfntools, heat-templates to PROJECTS Like os-collect-config etc, these repos have agents which could be installed on custom images built during devstack gating. Change-Id: Id78039a93e27182bf6001467269e5ba87097e2de --- devstack-vm-gate-wrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 1c885f7a..f05d30db 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -39,6 +39,8 @@ PROJECTS="openstack/diskimage-builder $PROJECTS" PROJECTS="openstack/django_openstack_auth $PROJECTS" PROJECTS="openstack/glance $PROJECTS" PROJECTS="openstack/heat $PROJECTS" +PROJECTS="openstack/heat-cfntools $PROJECTS" +PROJECTS="openstack/heat-templates $PROJECTS" PROJECTS="openstack/horizon $PROJECTS" PROJECTS="openstack/ironic $PROJECTS" PROJECTS="openstack/keystone $PROJECTS"