diff options
author | chenshuai@huawei.com <chenshuai@huawei.com> | 2016-11-01 04:04:39 -0400 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2016-11-28 01:51:51 +0000 |
commit | 17970f5fabc50f653aa88c6dc6353429a37bd009 (patch) | |
tree | a18503c462f71848cd2ccfdb696ed562b1788049 /deploy/prepare.sh | |
parent | a47428eefcc68db45bc91336f55b1abf85968211 (diff) |
workaround for ansible latest version bug
Change-Id: I1e1aa41c2a858c5e5579273b5c52576b63da9e94
Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
(cherry picked from commit ede03d44d66ddb37ce2ee5a2777880899f3d747e)
Diffstat (limited to 'deploy/prepare.sh')
-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 97771b87..c8aa49f9 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 } |