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
This commit is contained in:
Joe Gordon 2015-05-12 20:04:49 -07:00
parent c5caff6776
commit 1fa82aab66

View File

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