diff options
author | chenshuai@huawei.com <chenshuai@huawei.com> | 2016-11-01 04:04:39 -0400 |
---|---|---|
committer | chenshuai@huawei.com <chenshuai@huawei.com> | 2016-11-01 04:04:39 -0400 |
commit | ede03d44d66ddb37ce2ee5a2777880899f3d747e (patch) | |
tree | ff11e5916f273bd587f802519340150099e208ab /deploy | |
parent | d12db678f51a6e9227a30e92cbb909909a8eda1d (diff) |
workaround for ansible latest version bug
Change-Id: I1e1aa41c2a858c5e5579273b5c52576b63da9e94
Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
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 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 } |