From 1fa82aab6634bf815d162978e33b211e1fdef343 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 12 May 2015 20:04:49 -0700 Subject: [PATCH] Install g-r version of OSC in configure_tempest configure_tempest uses python-openstackclient (OSC) and we call configure_tempest in grenade on the new side. So we need to make sure the version of OSC is installed matches global-requirements on new. Change-Id: I6fae9b8b081355b45e7c8d622d8db2482d41b464 Closes-Bug: #1454467 --- lib/tempest | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/tempest b/lib/tempest index 6ce245aef1..1af5c7a795 100644 --- a/lib/tempest +++ b/lib/tempest @@ -106,6 +106,10 @@ function configure_tempest { pip_install_gr testrepository fi + # Used during configuration so make sure we have the correct + # version installed + pip_install_gr python-openstackclient + local image_lines local images local num_images