From 23867699786b23f0f9ed85d6d440dc29f4f3f7cb Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Thu, 2 Jan 2014 14:45:49 +0100 Subject: [PATCH] Add oslo.rootwrap to the devstack gate oslo.rootwrap recently graduated but was not made part of the devstack-gate. This change is part of a series of changes affecting devstack-gate, config and devstack which will collectively fix this. Change-Id: If1973847028a0b033f90d5e18d1875fe6cc4e88a --- devstack-vm-gate-wrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 01b789ec..0b44acb4 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -40,6 +40,7 @@ PROJECTS="openstack/neutron $PROJECTS" PROJECTS="openstack/nova $PROJECTS" PROJECTS="openstack/oslo.config $PROJECTS" PROJECTS="openstack/oslo.messaging $PROJECTS" +PROJECTS="openstack/oslo.rootwrap $PROJECTS" PROJECTS="openstack/python-ceilometerclient $PROJECTS" PROJECTS="openstack/python-cinderclient $PROJECTS" PROJECTS="openstack/python-glanceclient $PROJECTS"