From 010a882dad6aba9b5b135c8fd207c3237a1436c4 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 2 Dec 2014 16:04:11 -0500 Subject: [PATCH] don't uninstall oslo.config There is a totally crazy sequencing issue that happens by uninstall oslo.config here, don't do it. It's an incredibly old work around from before we installed oslo.config as a non editable install. Change-Id: Ic2364681e51e82e0d7b374728c177a47e04cbd1b --- upgrade-oslo | 7 ------- 1 file changed, 7 deletions(-) diff --git a/upgrade-oslo b/upgrade-oslo index d5eb1d97..35862dd9 100755 --- a/upgrade-oslo +++ b/upgrade-oslo @@ -27,13 +27,6 @@ source $TARGET_DEVSTACK_DIR/functions source $TARGET_DEVSTACK_DIR/stackrc source $TARGET_DEVSTACK_DIR/lib/oslo -# NOTE(sdague): in transitioning from grizzly to havana devstack we -# have an issue where we've pip installed an old oslo, but we are actually -# handing new oslo from the git tree instead. Due to the *fun* that is -# python library handling, this means if we don't uninstall old oslo, nova-manage -# will actually use the wrong one. -sudo pip uninstall -y oslo.config - # calls upgrade-oslo for specific release upgrade_project oslo $GRENADE_DIR $BASE_DEVSTACK_BRANCH $TARGET_DEVSTACK_BRANCH