From 60d45bfb911acd4508812ea5368418e876c11d0d Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 18 Nov 2013 04:52:10 -0800 Subject: [PATCH] Remove duplicate entries oslo.config and oslo.messaging are listed twice in the projects list. With the new cleaner requirements integration script, this causes an error. Change-Id: Ie73f22ee3154db1e71922be5dad6f04cc5be38ce --- devstack-vm-gate-wrap.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 769983eb..1d46d9b7 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -410,8 +410,6 @@ PROJECTS="openstack/python-swiftclient $PROJECTS" PROJECTS="openstack/requirements $PROJECTS" PROJECTS="openstack/swift $PROJECTS" PROJECTS="openstack/tempest $PROJECTS" -PROJECTS="openstack/oslo.config $PROJECTS" -PROJECTS="openstack/oslo.messaging $PROJECTS" export BASE=/opt/stack