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
| ... | ... |
@@ -106,6 +106,10 @@ function configure_tempest {
|
| 106 | 106 |
pip_install_gr testrepository |
| 107 | 107 |
fi |
| 108 | 108 |
|
| 109 |
+ # Used during configuration so make sure we have the correct |
|
| 110 |
+ # version installed |
|
| 111 |
+ pip_install_gr python-openstackclient |
|
| 112 |
+ |
|
| 109 | 113 |
local image_lines |
| 110 | 114 |
local images |
| 111 | 115 |
local num_images |