commit | 22737901d39f0368ce02971dc50ac2ffdd204dd1 | [log] [tgz] |
---|---|---|
author | Oleksii Zhurba <ozhurba@mirantis.com> | Wed Feb 07 14:09:47 2018 -0600 |
committer | Oleksii Zhurba <ozhurba@mirantis.com> | Wed Feb 07 14:09:47 2018 -0600 |
tree | 1b507e6704f3408232ce815f6478256c2a297675 | |
parent | ba5883f5daf13f92e8ad6efe15eda34b2fbbff8b [diff] |
Fix pip dependencies for old rally versions
diff --git a/configure.sh b/configure.sh index 9296e81..859d02c 100755 --- a/configure.sh +++ b/configure.sh
@@ -22,6 +22,10 @@ } rally_configuration () { + rally_version=$(rally version 2>&1) + if [ "$rally_version" == "0.9.0" ] || [ "$rally_version" == "0.9.1" ]; then + pip install ansible==2.3.2.0 + fi sub_name=`date "+%H_%M_%S"` rally deployment create --fromenv --name=tempest_$sub_name rally deployment config