diff options
author | Justin chi <chigang@huawei.com> | 2016-11-28 08:47:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-28 08:47:07 +0000 |
commit | ba0903e3edf342cc23fe9a61857bdb5a8480b17a (patch) | |
tree | 014eb32fdc6a22a11f3511c5388d09bc3fb2ad06 /deploy | |
parent | 5f29c023fe065bb9d65eb721d4e357225bf531d6 (diff) | |
parent | 17970f5fabc50f653aa88c6dc6353429a37bd009 (diff) |
Merge "workaround for ansible latest version bug" into stable/colorado
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy/prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/prepare.sh b/deploy/prepare.sh index ea1534ff..d326bd5b 100755 --- a/deploy/prepare.sh +++ b/deploy/prepare.sh @@ -95,7 +95,7 @@ function _prepare_python_env() { pip install --upgrade requests pip install --upgrade netaddr pip install --upgrade oslo.config - pip install --upgrade ansible + pip install --upgrade ansible==2.1.1.0 fi } |