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
This commit is contained in:
Sean Dague 2016-07-20 11:40:35 -07:00
parent fdafb5c2c6
commit 684b2ed7c2
1 changed files with 4 additions and 0 deletions

View File

@ -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
# =====================