From 684b2ed7c28b478cbde033353fe49bb81ba0dca5 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 20 Jul 2016 11:40:35 -0700 Subject: [PATCH] upgrade oslo if required by libs_from_git This allows the use of LIBS_FROM_GIT in upgrade testing which will give you the latest versions of libs from branches on the target as well as the base. Change-Id: I33c3dcdada6f5ef7b042ab8c2217ae8eddc951e3 --- prep-target | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/prep-target b/prep-target index ce917595..1537b410 100755 --- a/prep-target +++ b/prep-target @@ -107,6 +107,10 @@ git_clone $REQUIREMENTS_REPO $REQUIREMENTS_DIR $REQUIREMENTS_BRANCH install_infra +# force any oslo upgrades that might be required +source $TARGET_DEVSTACK_DIR/lib/oslo +install_oslo + # Start helper services # =====================