From ea9c79ec4333cdbaa14a0f6032b15abe90a52af6 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Mon, 18 Nov 2013 18:41:26 -0500 Subject: [PATCH] Bump grenade master to use stable/havana. Now that we have cut Havana it is time to move on and use it (instead of Grizzly) for forward facing Icehouse testing. This is holding up Nova migration compaction at the moment. Change-Id: Ib64dafbd3aeb968fb71752a5a26fad105045f5f8 --- devstack-vm-gate-wrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 769983eb..a915a6a9 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -505,8 +505,7 @@ if [ "$DEVSTACK_GATE_GRENADE" -eq "1" ]; then export GRENADE_NEW_BRANCH="stable/icehouse" export DEVSTACK_GATE_TEMPEST=1 else # master - # TODO(sdague): this is to let us get past retooling for havana - export GRENADE_OLD_BRANCH="stable/grizzly" + export GRENADE_OLD_BRANCH="stable/havana" export GRENADE_NEW_BRANCH="master" export DEVSTACK_GATE_TEMPEST=1 fi